public sealed class ListTenantsResponse : IMessage<ListTenantsResponse>, IEquatable<ListTenantsResponse>, IDeepCloneable<ListTenantsResponse>, IBufferMessage, IMessage, IPageResponse<Tenant>, IEnumerable<Tenant>, IEnumerable
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 API class ListTenantsResponse.
The List tenants response object.
Implements
IMessageListTenantsResponse, IEquatableListTenantsResponse, IDeepCloneableListTenantsResponse, IBufferMessage, IMessage, IPageResponseTenant, IEnumerableTenant, IEnumerableNamespace
Google.Cloud.Talent.V4Beta1Assembly
Google.Cloud.Talent.V4Beta1.dll
Constructors
ListTenantsResponse()
public ListTenantsResponse()
ListTenantsResponse(ListTenantsResponse)
public ListTenantsResponse(ListTenantsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListTenantsResponse |
Properties
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 |
Tenants
public RepeatedField<Tenant> Tenants { get; }
Tenants for the current client.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTenant |
Methods
GetEnumerator()
public IEnumerator<Tenant> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorTenant |