Class: Google::Apis::ClouddeployV1::CustomMetadata

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ CustomMetadata

Returns a new instance of CustomMetadata.



1317
1318
1319
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1317

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

Instance Attribute Details

#valuesHash<String,String>

Output only. Key-value pairs provided by the user-defined operation. Corresponds to the JSON property values

Returns:

  • (Hash<String,String>)


1315
1316
1317
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1315

def values
  @values
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1322
1323
1324
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1322

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