models.time_series_schema_response module¶
-
class
models.time_series_schema_response.
TimeSeriesSchemaResponse
(schema_info_list=None)[source]¶ Bases:
object
Implementation of the ‘TimeSeriesSchemaResponse’ model.
Specifies the Apollo schema to list the data point.
- Attributes:
- schema_info_list (list of SchemaInfo): Specifies the list of the
schema info for an entity.
-
classmethod
from_dictionary
(dictionary)[source]¶ Creates an instance of this model from a dictionary
- Args:
dictionary (dictionary): A dictionary representation of the object as obtained from the deserialization of the server’s response. The keys MUST match property names in the API description.
- Returns:
object: An instance of this structure class.