Class: Google::Apis::DatamanagerV1::CoordinatorKeyInfo
- Inherits:
-
Object
- Object
- Google::Apis::DatamanagerV1::CoordinatorKeyInfo
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/datamanager_v1/classes.rb,
lib/google/apis/datamanager_v1/representations.rb,
lib/google/apis/datamanager_v1/representations.rb
Overview
Information about the coordinator key.
Instance Attribute Summary collapse
-
#key_id ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CoordinatorKeyInfo
constructor
A new instance of CoordinatorKeyInfo.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CoordinatorKeyInfo
Returns a new instance of CoordinatorKeyInfo.
634 635 636 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 634 def initialize(**args) update!(**args) end |
Instance Attribute Details
#key_id ⇒ String
Required. The ID of the chosen coordinator key.
Corresponds to the JSON property keyId
632 633 634 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 632 def key_id @key_id end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
639 640 641 |
# File 'lib/google/apis/datamanager_v1/classes.rb', line 639 def update!(**args) @key_id = args[:key_id] if args.key?(:key_id) end |