Class: Google::Apis::VaultV1::CancelOperationRequest
- Inherits:
-
Object
- Object
- Google::Apis::VaultV1::CancelOperationRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/vault_v1/classes.rb,
lib/google/apis/vault_v1/representations.rb,
lib/google/apis/vault_v1/representations.rb
Overview
The request message for Operations.CancelOperation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ CancelOperationRequest
constructor
A new instance of CancelOperationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ CancelOperationRequest
Returns a new instance of CancelOperationRequest.
291 292 293 |
# File 'lib/google/apis/vault_v1/classes.rb', line 291 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
296 297 |
# File 'lib/google/apis/vault_v1/classes.rb', line 296 def update!(**args) end |