Class: Google::Apis::ClouddeployV1::Standard

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

Standard represents the standard deployment strategy.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ Standard

Returns a new instance of Standard.



2937
2938
2939
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 2937

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

Instance Attribute Details

#verifyBoolean Also known as: verify?

Whether to verify a deployment. Corresponds to the JSON property verify

Returns:

  • (Boolean)


2934
2935
2936
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 2934

def verify
  @verify
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2942
2943
2944
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 2942

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