class Google::Apis::SasportalV1alpha1::SasPortalChannelWithScore
The channel with score.
Attributes
frequency_range[RW]
Frequency range from `low_frequency` to `high_frequency`. Corresponds to the JSON property `frequencyRange` @return [Google::Apis::SasportalV1alpha1::SasPortalFrequencyRange]
score[RW]
The channel score, normalized to be in [0,100]. Corresponds to the JSON property `score` @return [Float]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 67 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 72 def update!(**args) @frequency_range = args[:frequency_range] if args.key?(:frequency_range) @score = args[:score] if args.key?(:score) end