class Google::Apis::TaskqueueV1beta2::Tasks2

Attributes

items[RW]

The actual list of tasks currently active in the TaskQueue. 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 242
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 247
def update!(**args)
  @items = args[:items] if args.key?(:items)
  @kind = args[:kind] if args.key?(:kind)
end