Class: Google::Apis::ClouddeployV1::CustomTargetDeployMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ClouddeployV1::CustomTargetDeployMetadata
- 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
CustomTargetDeployMetadata contains information from a Custom Target deploy operation.
Instance Attribute Summary collapse
-
#skip_message ⇒ String
Output only.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CustomTargetDeployMetadata
constructor
A new instance of CustomTargetDeployMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CustomTargetDeployMetadata
Returns a new instance of CustomTargetDeployMetadata.
1401 1402 1403 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1401 def initialize(**args) update!(**args) end |
Instance Attribute Details
#skip_message ⇒ String
Output only. Skip message provided in the results of a custom deploy operation.
Corresponds to the JSON property skipMessage
1399 1400 1401 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1399 def @skip_message end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1406 1407 1408 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1406 def update!(**args) @skip_message = args[:skip_message] if args.key?(:skip_message) end |