Class: Google::Apis::ClouddeployV1::Standard
- Inherits:
-
Object
- Object
- Google::Apis::ClouddeployV1::Standard
- 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
-
#verify ⇒ Boolean
(also: #verify?)
Whether to verify a deployment.
Instance Method Summary collapse
-
#initialize(**args) ⇒ Standard
constructor
A new instance of Standard.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ Standard
Returns a new instance of Standard.
3033 3034 3035 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 3033 def initialize(**args) update!(**args) end |
Instance Attribute Details
#verify ⇒ Boolean Also known as: verify?
Whether to verify a deployment.
Corresponds to the JSON property verify
3030 3031 3032 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 3030 def verify @verify end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
3038 3039 3040 |
# File 'lib/google/apis/clouddeploy_v1/classes.rb', line 3038 def update!(**args) @verify = args[:verify] if args.key?(:verify) end |