dateTime property

String? dateTime
getter/setter pair

A timestamp for which to return the data for a specific point in time.

The timestamp is rounded to the previous exact hour. Note: this will return hourly data for the requested timestamp only (i.e. a single hourly info element). For example, a request sent where the date_time parameter is set to 2023-01-03T11:05:49Z will be rounded down to 2023-01-03T11:00:00Z.

Implementation

core.String? dateTime;