Class: Google::Apis::GkehubV1alpha::CancelRolloutRequest
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1alpha::CancelRolloutRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1alpha/classes.rb,
lib/google/apis/gkehub_v1alpha/representations.rb,
lib/google/apis/gkehub_v1alpha/representations.rb
Overview
Request message for cancelling a rollout.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CancelRolloutRequest
constructor
A new instance of CancelRolloutRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CancelRolloutRequest
Returns a new instance of CancelRolloutRequest.
380 381 382 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 380 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
385 386 |
# File 'lib/google/apis/gkehub_v1alpha/classes.rb', line 385 def update!(**args) end |