public sealed class ListTasksResponse : IMessage<ListTasksResponse>, IEquatable<ListTasksResponse>, IDeepCloneable<ListTasksResponse>, IBufferMessage, IMessage, IPageResponse<Task>, IEnumerable<Task>, IEnumerable
Reference documentation and code samples for the Cloud Run Admin v2 API class ListTasksResponse.
Response message containing a list of Tasks.
Implements
IMessageListTasksResponse, IEquatableListTasksResponse, IDeepCloneableListTasksResponse, IBufferMessage, IMessage, IPageResponseTask, IEnumerableTask, IEnumerableNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.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 indicating there are more items than page_size. Use it in the next ListTasks request to continue.
Property Value | |
---|---|
Type | Description |
string |
Tasks
public RepeatedField<Task> Tasks { get; }
The resulting 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 |