google_api_spectrum v0.0.1 GoogleApi.Spectrum.V1explorer.Model.EventTime View Source
The start and stop times of an event. This is used to indicate the time period for which a spectrum profile is valid. Both times are expressed using the format, YYYY-MM-DDThh:mm:ssZ, as defined in RFC3339. The times must be expressed using UTC.
Attributes
- startTime (String): The inclusive start of the event. It will be present. Defaults to:
null
. - stopTime (String): The exclusive end of the event. It will be present. Defaults to:
null
.