# TemperatureStream
## Properties
**original_size** | Option<**i32**> | The number of data points in this stream | [optional]
**resolution** | Option<**String**> | The level of detail (sampling) in which this stream was returned | [optional]
**series_type** | Option<**String**> | The base series used in the case the stream was downsampled | [optional]
**data** | Option<**Vec<i32>**> | The sequence of temperature values for this stream, in celsius degrees | [optional]
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)