public sealed class ListTasksResponse : IMessage<ListTasksResponse>, IEquatable<ListTasksResponse>, IDeepCloneable<ListTasksResponse>, IBufferMessage, IMessage, IPageResponse<Task>, IEnumerable<Task>, IEnumerableReference documentation and code samples for the Google Cloud Tasks v2 API class ListTasksResponse.
Response message for listing tasks using [ListTasks][google.cloud.tasks.v2.CloudTasks.ListTasks].
Implements
IMessageListTasksResponse, IEquatableListTasksResponse, IDeepCloneableListTasksResponse, IBufferMessage, IMessage, IPageResponseTask, IEnumerableTask, IEnumerableNamespace
Google.Cloud.Tasks.V2Assembly
Google.Cloud.Tasks.V2.dll
Constructors
ListTasksResponse()
public ListTasksResponse()ListTasksResponse(ListTasksResponse)
public ListTasksResponse(ListTasksResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTasksResponse |
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.v2.CloudTasks.ListTasks] with this value as the [page_token][google.cloud.tasks.v2.ListTasksRequest.page_token].
If the next_page_token is empty, there are no more results.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Tasks
public RepeatedField<Task> Tasks { get; }The list of tasks.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldTask |
|
Methods
GetEnumerator()
public IEnumerator<Task> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorTask |
|