class Google::Apis::SasportalV1alpha1::SasPortalDpaMoveList

An entry in a DPA's move list.

Attributes

dpa_id[RW]

The ID of the DPA. Corresponds to the JSON property `dpaId` @return [String]

frequency_range[RW]

Frequency range from `low_frequency` to `high_frequency`. Corresponds to the JSON property `frequencyRange` @return [Google::Apis::SasportalV1alpha1::SasPortalFrequencyRange]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/sasportal_v1alpha1/classes.rb, line 511
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 516
def update!(**args)
  @dpa_id = args[:dpa_id] if args.key?(:dpa_id)
  @frequency_range = args[:frequency_range] if args.key?(:frequency_range)
end