Class: Google::Apis::ClouddeployV1::CustomMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ClouddeployV1::CustomMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/clouddeploy_v1/classes.rb,
lib/google/apis/clouddeploy_v1/representations.rb,
lib/google/apis/clouddeploy_v1/representations.rb
Overview
CustomMetadata contains information from a user-defined operation.
Instance Attribute Summary collapse
-
#values ⇒ Hash<String,String>
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomMetadata
constructor
A new instance of CustomMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CustomMetadata
Returns a new instance of CustomMetadata.
1342 1343 1344 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1342 def initialize(**args) update!(**args) end |
Instance Attribute Details
#values ⇒ Hash<String,String>
Output only. Key-value pairs provided by the user-defined operation.
Corresponds to the JSON property values
1340 1341 1342 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1340 def values @values end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1347 1348 1349 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1347 def update!(**args) @values = args[:values] if args.key?(:values) end |