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

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/cloudtasks.rb

Overview

Response message for listing tasks using ListTasks.

Instance Attribute Summary collapse

Instance Attribute Details

#next_page_tokenString

Returns A token to retrieve next page of results.

To return the next page of results, call ListTasks with this value as the page_token.

If the next_page_token is empty, there are no more results.

Returns:

  • (String)

    A token to retrieve next page of results.

    To return the next page of results, call ListTasks with this value as the page_token.

    If the next_page_token is empty, there are no more results.



199
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/cloudtasks.rb', line 199

class ListTasksResponse; end

#tasksArray<Google::Cloud::Tasks::V2beta2::Task>

Returns The list of tasks.

Returns:



199
# File 'lib/google/cloud/tasks/v2beta2/doc/google/cloud/tasks/v2beta2/cloudtasks.rb', line 199

class ListTasksResponse; end