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