Class: Google::Apis::CloudtasksV2beta3::BufferTaskResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudtasksV2beta3::BufferTaskResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudtasks_v2beta3/classes.rb,
lib/google/apis/cloudtasks_v2beta3/representations.rb,
lib/google/apis/cloudtasks_v2beta3/representations.rb
Overview
Response message for BufferTask.
Instance Attribute Summary collapse
-
#task ⇒ Google::Apis::CloudtasksV2beta3::Task
A unit of scheduled work.
Instance Method Summary collapse
-
#initialize(**args) ⇒ BufferTaskResponse
constructor
A new instance of BufferTaskResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ BufferTaskResponse
Returns a new instance of BufferTaskResponse.
432 433 434 |
# File 'lib/google/apis/cloudtasks_v2beta3/classes.rb', line 432 def initialize(**args) update!(**args) end |
Instance Attribute Details
#task ⇒ Google::Apis::CloudtasksV2beta3::Task
A unit of scheduled work.
Corresponds to the JSON property task
430 431 432 |
# File 'lib/google/apis/cloudtasks_v2beta3/classes.rb', line 430 def task @task end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
437 438 439 |
# File 'lib/google/apis/cloudtasks_v2beta3/classes.rb', line 437 def update!(**args) @task = args[:task] if args.key?(:task) end |