public sealed class ListTenantsResponse : IMessage<ListTenantsResponse>, IEquatable<ListTenantsResponse>, IDeepCloneable<ListTenantsResponse>, IBufferMessage, IMessage, IPageResponse<Tenant>, IEnumerable<Tenant>, IEnumerable
Reference documentation and code samples for the SaaS Runtime v1beta1 API class ListTenantsResponse.
The response structure for the ListTenants method.
Implements
IMessageListTenantsResponse, IEquatableListTenantsResponse, IDeepCloneableListTenantsResponse, IBufferMessage, IMessage, IPageResponseTenant, IEnumerableTenant, IEnumerableNamespace
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1Assembly
Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll
Constructors
ListTenantsResponse()
public ListTenantsResponse()
ListTenantsResponse(ListTenantsResponse)
public ListTenantsResponse(ListTenantsResponse other)
Parameter | |
---|---|
Name | Description |
other |
ListTenantsResponse |
Properties
NextPageToken
public string NextPageToken { get; set; }
If present, the next page token can be provided to a subsequent ListTenants call to list the next page. If empty, there are no more pages.
Property Value | |
---|---|
Type | Description |
string |
Tenants
public RepeatedField<Tenant> Tenants { get; }
The resulting tenants.
Property Value | |
---|---|
Type | Description |
RepeatedFieldTenant |
Unreachable
public RepeatedField<string> Unreachable { get; }
Locations that could not be reached.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
Methods
GetEnumerator()
public IEnumerator<Tenant> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Returns | |
---|---|
Type | Description |
IEnumeratorTenant |