firstIncompleteDate property

String? firstIncompleteDate
getter/setter pair

The first date for which the data is still being collected and processed, presented in YYYY-MM-DD format (ISO-8601 extended local date format).

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

Implementation

core.String? firstIncompleteDate;