class Google::Apis::SasportalV1alpha1::SasPortalFrequencyRange
Frequency range from `low_frequency` to `high_frequency`.
Attributes
high_frequency_mhz[RW]
The highest frequency of the frequency range in MHz. Corresponds to the JSON property `highFrequencyMhz` @return [Float]
low_frequency_mhz[RW]
The lowest frequency of the frequency range in MHz. Corresponds to the JSON property `lowFrequencyMhz` @return [Float]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 553 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 558 def update!(**args) @high_frequency_mhz = args[:high_frequency_mhz] if args.key?(:high_frequency_mhz) @low_frequency_mhz = args[:low_frequency_mhz] if args.key?(:low_frequency_mhz) end