Class: Google::Apis::StoragetransferV1::ResumeTransferOperationRequest
- Inherits:
-
Object
- Object
- Google::Apis::StoragetransferV1::ResumeTransferOperationRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- generated/google/apis/storagetransfer_v1/classes.rb,
generated/google/apis/storagetransfer_v1/representations.rb,
generated/google/apis/storagetransfer_v1/representations.rb
Overview
Request passed to ResumeTransferOperation.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResumeTransferOperationRequest
constructor
A new instance of ResumeTransferOperationRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Methods included from Core::JsonObjectSupport
Methods included from Core::Hashable
Constructor Details
#initialize(**args) ⇒ ResumeTransferOperationRequest
Returns a new instance of ResumeTransferOperationRequest
534 535 536 |
# File 'generated/google/apis/storagetransfer_v1/classes.rb', line 534 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
539 540 |
# File 'generated/google/apis/storagetransfer_v1/classes.rb', line 539 def update!(**args) end |