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
Dates
A list of datetime values representing the supported dates between requested start and end dates at a specified frequency.
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()
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)
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.