firstIncompleteHour property

String? firstIncompleteHour
getter/setter pair

The first hour for which the data is still being collected and processed, presented in YYYY-MM-DDThh:mm:ss[+|-]hh:mm format (ISO-8601 extended offset date-time format).

This field is populated only when the request's dataState is "hourly_all", data is grouped by "HOUR" and the requested date range contains incomplete data points. All values after the first_incomplete_hour may still change noticeably.

Implementation

core.String? firstIncompleteHour;