Class: Google::Cloud::Tasks::V2beta2::ListTasksResponse

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb

Overview

Response message for listing tasks using ListTasks.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_token::String



278
279
280
281
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 278

class ListTasksResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#tasks::Array<::Google::Cloud::Tasks::V2beta2::Task>



278
279
280
281
# File 'proto_docs/google/cloud/tasks/v2beta2/cloudtasks.rb', line 278

class ListTasksResponse
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end