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.



504
505
506
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 504

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

Instance Attribute Details

#dpa_idString

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

Returns:

  • (String)


497
498
499
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 497

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



502
503
504
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 502

def frequency_range
  @frequency_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



509
510
511
512
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 509

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