Class ListSkusResponse (2.3.0)

public sealed class ListSkusResponse : IMessage<ListSkusResponse>, IEquatable<ListSkusResponse>, IDeepCloneable<ListSkusResponse>, IBufferMessage, IMessage, IPageResponse<Sku>, IEnumerable<Sku>, IEnumerable

Response message for ListSkus.

Inheritance

Object > ListSkusResponse

Namespace

Google.Cloud.Billing.V1

Assembly

Google.Cloud.Billing.V1.dll

Constructors

ListSkusResponse()

public ListSkusResponse()

ListSkusResponse(ListSkusResponse)

public ListSkusResponse(ListSkusResponse other)
Parameter
NameDescription
otherListSkusResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. To retrieve the next page, call ListSkus 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

Skus

public RepeatedField<Sku> Skus { get; }

The list of public SKUs of the given service.

Property Value
TypeDescription
RepeatedField<Sku>

Methods

GetEnumerator()

public IEnumerator<Sku> GetEnumerator()

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

Returns
TypeDescription
IEnumerator<Sku>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator