Class: Google::Apis::GkehubV1::PauseRolloutRequest
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1::PauseRolloutRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/representations.rb
Overview
Request message for pausing a rollout.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PauseRolloutRequest
constructor
A new instance of PauseRolloutRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PauseRolloutRequest
Returns a new instance of PauseRolloutRequest.
4951 4952 4953 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 4951 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
4956 4957 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 4956 def update!(**args) end |