Google Cloud Tasks v2beta3 API - Class ListTasksResponse (3.0.0-beta06)

public sealed class ListTasksResponse : IMessage<ListTasksResponse>, IEquatable<ListTasksResponse>, IDeepCloneable<ListTasksResponse>, IBufferMessage, IMessage, IPageResponse<Task>, IEnumerable<Task>, IEnumerable

Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class ListTasksResponse.

Response message for listing tasks using [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks].

Inheritance

object > ListTasksResponse

Namespace

Google.Cloud.Tasks.V2Beta3

Assembly

Google.Cloud.Tasks.V2Beta3.dll

Constructors

ListTasksResponse()

public ListTasksResponse()

ListTasksResponse(ListTasksResponse)

public ListTasksResponse(ListTasksResponse other)
Parameter
NameDescription
otherListTasksResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve next page of results.

To return the next page of results, call [ListTasks][google.cloud.tasks.v2beta3.CloudTasks.ListTasks] with this value as the [page_token][google.cloud.tasks.v2beta3.ListTasksRequest.page_token].

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

Property Value
TypeDescription
string

Tasks

public RepeatedField<Task> Tasks { get; }

The list of tasks.

Property Value
TypeDescription
RepeatedFieldTask

Methods

GetEnumerator()

public IEnumerator<Task> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorTask