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

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/sasportal_v1alpha1/classes.rb,
lib/google/apis/sasportal_v1alpha1/representations.rb,
lib/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.



537
538
539
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 537

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

Instance Attribute Details

#dpa_idString

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

Returns:

  • (String)


530
531
532
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 530

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



535
536
537
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 535

def frequency_range
  @frequency_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



542
543
544
545
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 542

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