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

public sealed class ListSaasResponse : IMessage<ListSaasResponse>, IEquatable<ListSaasResponse>, IDeepCloneable<ListSaasResponse>, IBufferMessage, IMessage, IPageResponse<Saas>, IEnumerable<Saas>, IEnumerable

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

The response structure for the ListSaas method.

Inheritance

object > ListSaasResponse

Namespace

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1

Assembly

Google.Cloud.SaasPlatform.SaasServiceMgmt.V1Beta1.dll

Constructors

ListSaasResponse()

public ListSaasResponse()

ListSaasResponse(ListSaasResponse)

public ListSaasResponse(ListSaasResponse other)
Parameter
Name Description
other ListSaasResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

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

Property Value
Type Description
string

Saas

public RepeatedField<Saas> Saas { get; }

The resulting saas.

Property Value
Type Description
RepeatedFieldSaas

Unreachable

public RepeatedField<string> Unreachable { get; }

Locations that could not be reached.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Saas> GetEnumerator()

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

Returns
Type Description
IEnumeratorSaas