View Source GoogleApi.SASPortal.V1alpha1.Model.SasPortalFrequencyRange (google_api_sas_portal v0.17.0)

Frequency range from low_frequency to high_frequency.

Attributes

  • highFrequencyMhz (type: float(), default: nil) - The highest frequency of the frequency range in MHz.
  • lowFrequencyMhz (type: float(), default: nil) - The lowest frequency of the frequency range in MHz.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SASPortal.V1alpha1.Model.SasPortalFrequencyRange{
  highFrequencyMhz: float() | nil,
  lowFrequencyMhz: float() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.