Class: Google::Apis::ClouddeployV1::PostdeployJobRunMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ClouddeployV1::PostdeployJobRunMetadata
- 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
PostdeployJobRunMetadata contains metadata about the postdeploy JobRun.
Instance Attribute Summary collapse
-
#custom ⇒ Google::Apis::ClouddeployV1::CustomMetadata
CustomMetadata contains information from a user-defined operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PostdeployJobRunMetadata
constructor
A new instance of PostdeployJobRunMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PostdeployJobRunMetadata
Returns a new instance of PostdeployJobRunMetadata.
4456 4457 4458 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 4456 def initialize(**args) update!(**args) end |
Instance Attribute Details
#custom ⇒ Google::Apis::ClouddeployV1::CustomMetadata
CustomMetadata contains information from a user-defined operation.
Corresponds to the JSON property custom
4454 4455 4456 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 4454 def custom @custom end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4461 4462 4463 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 4461 def update!(**args) @custom = args[:custom] if args.key?(:custom) end |