public sealed class ListSkusResponse : IMessage<ListSkusResponse>, IEquatable<ListSkusResponse>, IDeepCloneable<ListSkusResponse>, IBufferMessage, IMessage, IPageResponse<Sku>, IEnumerable<Sku>, IEnumerableReference documentation and code samples for the Google Cloud Billing v1 API class ListSkusResponse.
Response message for ListSkus.
Implements
IMessageListSkusResponse, IEquatableListSkusResponse, IDeepCloneableListSkusResponse, IBufferMessage, IMessage, IPageResponseSku, IEnumerableSku, IEnumerableNamespace
Google.Cloud.Billing.V1Assembly
Google.Cloud.Billing.V1.dll
Constructors
ListSkusResponse()
public ListSkusResponse()ListSkusResponse(ListSkusResponse)
public ListSkusResponse(ListSkusResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSkusResponse |
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 | |
|---|---|
| Type | Description |
string |
|
Skus
public RepeatedField<Sku> Skus { get; }The list of public SKUs of the given service.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldSku |
|
Methods
GetEnumerator()
public IEnumerator<Sku> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorSku |
|