Class: Google::Apis::CloudtasksV2::BufferTaskResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudtasksV2::BufferTaskResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudtasks_v2/classes.rb,
lib/google/apis/cloudtasks_v2/representations.rb,
lib/google/apis/cloudtasks_v2/representations.rb
Overview
Response message for BufferTask.
Instance Attribute Summary collapse
-
#task ⇒ Google::Apis::CloudtasksV2::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.
405 406 407 |
# File 'lib/google/apis/cloudtasks_v2/classes.rb', line 405 def initialize(**args) update!(**args) end |
Instance Attribute Details
#task ⇒ Google::Apis::CloudtasksV2::Task
A unit of scheduled work.
Corresponds to the JSON property task
403 404 405 |
# File 'lib/google/apis/cloudtasks_v2/classes.rb', line 403 def task @task end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
410 411 412 |
# File 'lib/google/apis/cloudtasks_v2/classes.rb', line 410 def update!(**args) @task = args[:task] if args.key?(:task) end |