| DSTimeSeriesDateRangeResponse | R Documentation |
DSTimeSeriesDateRangeResponse is the object returned from the timeseries GetTimeseriesDateRange method. This method allows you to determine the supported dates between given start and end dates at a specified frequency.
DSTimeSeriesDateRangeResponse object
DatesA list of datetime values representing the supported dates between requested start and end dates at a specified frequency.
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()DSTimeSeriesDateRangeResponse$new(jsonDict = NULL)
jsonDict: JSON dictionary (from JSON Response)
DSTimeSeriesDateRangeResponse object
clone()The objects of this class are cloneable with this method.
DSTimeSeriesDateRangeResponse$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.