public sealed class ListApplicationsResponse : IMessage<ListApplicationsResponse>, IEquatable<ListApplicationsResponse>, IDeepCloneable<ListApplicationsResponse>, IBufferMessage, IMessage, IPageResponse<Application>, IEnumerable<Application>, IEnumerable
The List applications response object.
Implements
IMessage<ListApplicationsResponse>, IEquatable<ListApplicationsResponse>, IDeepCloneable<ListApplicationsResponse>, IBufferMessage, IMessage, IPageResponse<Application>, IEnumerable<Application>, IEnumerableNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
ListApplicationsResponse()
public ListApplicationsResponse()
ListApplicationsResponse(ListApplicationsResponse)
public ListApplicationsResponse(ListApplicationsResponse other)
Parameter | |
---|---|
Name | Description |
other | ListApplicationsResponse |
Properties
Applications
public RepeatedField<Application> Applications { get; }
Applications for the current client.
Property Value | |
---|---|
Type | Description |
RepeatedField<Application> |
Metadata
public ResponseMetadata Metadata { get; set; }
Additional information for the API invocation, such as the request tracking id.
Property Value | |
---|---|
Type | Description |
ResponseMetadata |
NextPageToken
public string NextPageToken { get; set; }
A token to retrieve the next page of results.
Property Value | |
---|---|
Type | Description |
String |
Methods
GetEnumerator()
public IEnumerator<Application> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumerator<Application> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Returns | |
---|---|
Type | Description |
IEnumerator |