Class: Google::Apis::ProdTtSasportalV1alpha1::SasPortalDpaMoveList
- Inherits:
-
Object
- Object
- Google::Apis::ProdTtSasportalV1alpha1::SasPortalDpaMoveList
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/prod_tt_sasportal_v1alpha1/classes.rb,
generated/google/apis/prod_tt_sasportal_v1alpha1/representations.rb,
generated/google/apis/prod_tt_sasportal_v1alpha1/representations.rb
Overview
An entry in a DPA's move list.
Instance Attribute Summary collapse
-
#dpa_id ⇒ String
The ID of the DPA.
-
#frequency_range ⇒ Google::Apis::ProdTtSasportalV1alpha1::SasPortalFrequencyRange
Frequency range from
low_frequency
tohigh_frequency
.
Instance Method Summary collapse
-
#initialize(**args) ⇒ SasPortalDpaMoveList
constructor
A new instance of SasPortalDpaMoveList.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ SasPortalDpaMoveList
Returns a new instance of SasPortalDpaMoveList.
456 457 458 |
# File 'generated/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 456 def initialize(**args) update!(**args) end |
Instance Attribute Details
#dpa_id ⇒ String
The ID of the DPA.
Corresponds to the JSON property dpaId
449 450 451 |
# File 'generated/google/apis/prod_tt_sasportal_v1alpha1/classes.rb', line 449 def dpa_id @dpa_id end |
#frequency_range ⇒ Google::Apis::ProdTtSasportalV1alpha1::SasPortalFrequencyRange
Frequency range from low_frequency
to high_frequency
.
Corresponds to the JSON property frequencyRange
454 455 456 |
# File 'generated/google/apis/prod_tt_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/prod_tt_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 |