Class ListTenantsResponse (1.0.0)

public sealed class ListTenantsResponse : IMessage<ListTenantsResponse>, IEquatable<ListTenantsResponse>, IDeepCloneable<ListTenantsResponse>, IBufferMessage, IMessage, IPageResponse<Tenant>, IEnumerable<Tenant>, IEnumerable

The List tenants response object.

Inheritance

System.Object > ListTenantsResponse

Implements

Google.Protobuf.IMessage<ListTenantsResponse>, System.IEquatable<ListTenantsResponse>, Google.Protobuf.IDeepCloneable<ListTenantsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage, Google.Api.Gax.Grpc.IPageResponse<Tenant>, System.Collections.Generic.IEnumerable<Tenant>, System.Collections.IEnumerable

Namespace

Google.Cloud.Talent.V4

Assembly

Google.Cloud.Talent.V4.dll

Constructors

ListTenantsResponse()

public ListTenantsResponse()

ListTenantsResponse(ListTenantsResponse)

public ListTenantsResponse(ListTenantsResponse other)
Parameter
NameDescription
otherListTenantsResponse

Properties

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
System.String

Tenants

public RepeatedField<Tenant> Tenants { get; }

Tenants for the current client.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<Tenant>

Methods

GetEnumerator()

public IEnumerator<Tenant> GetEnumerator()

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

Returns
TypeDescription
System.Collections.Generic.IEnumerator<Tenant>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
System.Collections.IEnumerator