Class ListServicesResponse (3.0.0)

public sealed class ListServicesResponse : IMessage<ListServicesResponse>, IEquatable<ListServicesResponse>, IDeepCloneable<ListServicesResponse>, IBufferMessage, IMessage, IPageResponse<Service>, IEnumerable<Service>, IEnumerable

Response message for ListServices.

Inheritance

Object > ListServicesResponse

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

ListServicesResponse()

public ListServicesResponse()

ListServicesResponse(ListServicesResponse)

public ListServicesResponse(ListServicesResponse other)
Parameter
NameDescription
otherListServicesResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. To retrieve the next page, call ListServices again with the page_token field set to this value. This field is empty if there are no more results to retrieve.

Property Value
TypeDescription
String

Services

public RepeatedField<Service> Services { get; }

A list of services.

Property Value
TypeDescription
RepeatedField<Service>

Methods

GetEnumerator()

public IEnumerator<Service> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Service>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator