SaaS Runtime v1beta1 API - Class ListUnitKindsResponse (1.0.0-beta01)

public sealed class ListUnitKindsResponse : IMessage<ListUnitKindsResponse>, IEquatable<ListUnitKindsResponse>, IDeepCloneable<ListUnitKindsResponse>, IBufferMessage, IMessage, IPageResponse<UnitKind>, IEnumerable<UnitKind>, IEnumerable

Reference documentation and code samples for the SaaS Runtime v1beta1 API class ListUnitKindsResponse.

The response structure for the ListUnitKinds method.

Inheritance

object > ListUnitKindsResponse

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

ListUnitKindsResponse()

public ListUnitKindsResponse()

ListUnitKindsResponse(ListUnitKindsResponse)

public ListUnitKindsResponse(ListUnitKindsResponse other)
Parameter
Name Description
other ListUnitKindsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

If present, the next page token can be provided to a subsequent ListUnitKinds call to list the next page. If empty, there are no more pages.

Property Value
Type Description
string

UnitKinds

public RepeatedField<UnitKind> UnitKinds { get; }

The resulting unit kinds.

Property Value
Type Description
RepeatedFieldUnitKind

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<UnitKind> GetEnumerator()

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

Returns
Type Description
IEnumeratorUnitKind