Class: Google::Apis::CloudtasksV2::BufferTaskResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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

#taskGoogle::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