Class: Google::Apis::CloudbuildV2::CancelOperationRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudbuildV2::CancelOperationRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudbuild_v2/classes.rb,
lib/google/apis/cloudbuild_v2/representations.rb,
lib/google/apis/cloudbuild_v2/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.
340 341 342 |
# File 'lib/google/apis/cloudbuild_v2/classes.rb', line 340 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
345 346 |
# File 'lib/google/apis/cloudbuild_v2/classes.rb', line 345 def update!(**args) end |