Class: Google::Apis::ComputeBeta::PreviewFeatureRolloutOperation
- Inherits:
-
Object
- Object
- Google::Apis::ComputeBeta::PreviewFeatureRolloutOperation
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/compute_beta/classes.rb,
lib/google/apis/compute_beta/representations.rb,
lib/google/apis/compute_beta/representations.rb
Overview
Represents the rollout operation
Instance Attribute Summary collapse
-
#rollout_input ⇒ Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutInput
Represents the input for the rollout operation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PreviewFeatureRolloutOperation
constructor
A new instance of PreviewFeatureRolloutOperation.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PreviewFeatureRolloutOperation
Returns a new instance of PreviewFeatureRolloutOperation.
43907 43908 43909 |
# File 'lib/google/apis/compute_beta/classes.rb', line 43907 def initialize(**args) update!(**args) end |
Instance Attribute Details
#rollout_input ⇒ Google::Apis::ComputeBeta::PreviewFeatureRolloutOperationRolloutInput
Represents the input for the rollout operation.
Corresponds to the JSON property rolloutInput
43905 43906 43907 |
# File 'lib/google/apis/compute_beta/classes.rb', line 43905 def rollout_input @rollout_input end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
43912 43913 43914 |
# File 'lib/google/apis/compute_beta/classes.rb', line 43912 def update!(**args) @rollout_input = args[:rollout_input] if args.key?(:rollout_input) end |