availableStartTime property

String? availableStartTime
getter/setter pair

Proposed flight start time of the deal.

This will generally be stored in the granularity of one second since deal serving starts at seconds boundary. Any time specified with more granularity (e.g., in milliseconds) will be truncated towards the start of time in seconds.

Optional.

Implementation

core.String? availableStartTime;