| DSUserObjectResponse | R Documentation |
This is the object returned from the client class' GetItem, CreateItem, UpdateItem and DeleteItem requests.
DSUserObjectResponse object
UserObjectIdThe ID of the object requested. If the item is deleted, the UserObject property will be NULL but the UserObjectId field will be populated
UserObjectTypespecifies the returned object type. e.g. DSUserObjectTypes.List, DSUserObjectTypes.TimeSeries, etc.
UserObjectFor all queries bar DeletItem, if the query is successful, this property will contain the user created item requested.
ResponseStatusThis property will contain a DSUserObjectResponseStatus value. DSUserObjectResponseStatus.UserObjectSuccess represents a successful response.
ErrorMessageIf ResponseStatus is not DSUserObjectResponseStatus.UserObjectSuccess this status string will provide a description of the error condition.
PropertiesNot currently used and will currently always return NULL.
new()Initialize
DSUserObjectResponse$new(jsonResp = NULL)
jsonRespJSON Response
DSUserObjectResponse object
clone()The objects of this class are cloneable with this method.
DSUserObjectResponse$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.