google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.SpectrumSchedule View Source
The spectrum schedule element combines an event time with spectrum profile to define a time period in which the profile is valid.
Attributes
- eventTime (EventTime): The event time expresses when the spectrum profile is valid. It will always be present. Defaults to:
null
. - spectra ([SpectrumMessage]): A list of spectrum messages representing the usable profile. It will always be present, but may be empty when there is no available spectrum. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Spectrum.V1explorer.Model.SpectrumSchedule{ eventTime: GoogleApi.Spectrum.V1explorer.Model.EventTime.t(), spectra: [GoogleApi.Spectrum.V1explorer.Model.SpectrumMessage.t()] }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.