Class: Google::Apis::ClouddeployV1::PredeployJobRunMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ClouddeployV1::PredeployJobRunMetadata
- 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
PredeployJobRunMetadata contains metadata about the predeploy JobRun.
Instance Attribute Summary collapse
-
#custom ⇒ Google::Apis::ClouddeployV1::CustomMetadata
CustomMetadata contains information from a user-defined operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PredeployJobRunMetadata
constructor
A new instance of PredeployJobRunMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PredeployJobRunMetadata
Returns a new instance of PredeployJobRunMetadata.
4568 4569 4570 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 4568 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
4566 4567 4568 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 4566 def custom @custom end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4573 4574 4575 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 4573 def update!(**args) @custom = args[:custom] if args.key?(:custom) end |