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.



513
514
515
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 513

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

Instance Attribute Details

#dpa_idString

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

Returns:

  • (String)


506
507
508
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 506

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



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

def frequency_range
  @frequency_range
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



518
519
520
521
# File 'lib/google/apis/sasportal_v1alpha1/classes.rb', line 518

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