flightStartTime property

String? flightStartTime
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 (for example, in milliseconds) will be truncated towards the start of time in seconds.

Implementation

core.String? flightStartTime;