google_api_spectrum v0.1.0 GoogleApi.Spectrum.V1explorer.Model.GeoSpectrumSchedule View Source

The schedule of spectrum profiles available at a particular geolocation.

Attributes

  • location (GeoLocation): The geolocation identifies the location at which the spectrum schedule applies. It will always be present. Defaults to: null.
  • spectrumSchedules ([SpectrumSchedule]): A list of available spectrum profiles and associated times. It will always be present, and at least one schedule must be included (though it may be empty if there is no available spectrum). More than one schedule may be included to represent future changes to the 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.GeoSpectrumSchedule{
  location: GoogleApi.Spectrum.V1explorer.Model.GeoLocation.t(),
  spectrumSchedules: [GoogleApi.Spectrum.V1explorer.Model.SpectrumSchedule.t()]
}

Link to this section Functions

Link to this function decode(value, options) View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.