Class ListApplicationsResponse

public sealed class ListApplicationsResponse : IMessage<ListApplicationsResponse>, IEquatable<ListApplicationsResponse>, IDeepCloneable<ListApplicationsResponse>, IBufferMessage, IMessage, IPageResponse<Application>, IEnumerable<Application>, IEnumerable

The List applications response object.

Inheritance

Object > ListApplicationsResponse

Namespace

Google.Cloud.Talent.V4Beta1

Assembly

Google.Cloud.Talent.V4Beta1.dll

Constructors

ListApplicationsResponse()

public ListApplicationsResponse()

ListApplicationsResponse(ListApplicationsResponse)

public ListApplicationsResponse(ListApplicationsResponse other)
Parameter
NameDescription
otherListApplicationsResponse

Properties

Applications

public RepeatedField<Application> Applications { get; }

Applications for the current client.

Property Value
TypeDescription
RepeatedField<Application>

Metadata

public ResponseMetadata Metadata { get; set; }

Additional information for the API invocation, such as the request tracking id.

Property Value
TypeDescription
ResponseMetadata

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results.

Property Value
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<Application> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Application>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator