class Google::Apis::TaskqueueV1beta2::Tasks
Attributes
items[RW]
The actual list of tasks returned as a result of the lease operation. Corresponds to the JSON property `items` @return [Array<Google::Apis::TaskqueueV1beta2::Task>]
kind[RW]
The kind of object returned, a list of tasks. Corresponds to the JSON property `kind` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File generated/google/apis/taskqueue_v1beta2/classes.rb, line 217 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File generated/google/apis/taskqueue_v1beta2/classes.rb, line 222 def update!(**args) @items = args[:items] if args.key?(:items) @kind = args[:kind] if args.key?(:kind) end