Class: Google::Apis::ClouddeployV1::CustomTargetDeployMetadata

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

CustomTargetDeployMetadata contains information from a Custom Target deploy operation.

Instance Attribute Summary collapse

Instance Method Summary collapse

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_messageString

Output only. Skip message provided in the results of a custom deploy operation. Corresponds to the JSON property skipMessage

Returns:

  • (String)


1399
1400
1401
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 1399

def skip_message
  @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