| DSUserObjectGetAllResponse | R Documentation |
This is the object returned for the client class' GetAllItems query only.
For GetAllItems queries only, the returned objects will not have all their property fields set.
Specifically for below:
Expression: All property fields are fully populated.
Index: The ConstituentsCount property will correctly specify the number of constituents but the
Constituents property will be NULL.
List: The ConstituentsCount property will correctly specify the number of constituents but the
Constituents property will be NULL.
Regression: All property fields are fully populated.
Timeseries: The ValuesCount field of the DateRange property will specify the number of date value
pairs, but the Dates and Values fields will be NULL.
You need to query for the individual object using the GetItem request to retrieve the full content
for the object.
DSUserObjectGetAllResponse object
UserObjectTypespecifies the returned object types. e.g. DSUserObjectTypes.List, DSUserObjectTypes.TimeSeries, etc.
UserObjectsAn array of the specified object types such as DSListUserObject, DSRegressionUserObject, etc.
UserObjectsCountThe number of objects returned in the UserObjects property.
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
DSUserObjectGetAllResponse$new(jsonResp = NULL)
jsonRespJSON Response
DSUserObjectGetAllResponse object
clone()The objects of this class are cloneable with this method.
DSUserObjectGetAllResponse$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.