Class: Google::Apis::SasportalV1alpha1::SasPortalDpaMoveList

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
generated/google/apis/sasportal_v1alpha1/classes.rb,
generated/google/apis/sasportal_v1alpha1/representations.rb,
generated/google/apis/sasportal_v1alpha1/representations.rb

Overview

An entry in a DPA's move list.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ SasPortalDpaMoveList

Returns a new instance of SasPortalDpaMoveList.



456
457
458
# File 'generated/google/apis/sasportal_v1alpha1/classes.rb', line 456

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#dpa_idString

The ID of the DPA. Corresponds to the JSON property dpaId

Returns:

  • (String)


449
450
451
# File 'generated/google/apis/sasportal_v1alpha1/classes.rb', line 449

def dpa_id
  @dpa_id
end

#frequency_rangeGoogle::Apis::SasportalV1alpha1::SasPortalFrequencyRange

Frequency range from low_frequency to high_frequency. Corresponds to the JSON property frequencyRange



454
455
456
# File 'generated/google/apis/sasportal_v1alpha1/classes.rb', line 454

def frequency_range
  @frequency_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



461
462
463
464
# File 'generated/google/apis/sasportal_v1alpha1/classes.rb', line 461

def update!(**args)
  @dpa_id = args[:dpa_id] if args.key?(:dpa_id)
  @frequency_range = args[:frequency_range] if args.key?(:frequency_range)
end