public sealed class ListSkusResponse : IMessage<ListSkusResponse>, IEquatable<ListSkusResponse>, IDeepCloneable<ListSkusResponse>, IBufferMessage, IMessage, IPageResponse<Sku>, IEnumerable<Sku>, IEnumerableResponse message for ListSkus.
Implements
IMessage<ListSkusResponse>, IEquatable<ListSkusResponse>, IDeepCloneable<ListSkusResponse>, IBufferMessage, IMessage, IPageResponse<Sku>, IEnumerable<Sku>, 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 |
RepeatedField<Sku> |
|
Methods
GetEnumerator()
public IEnumerator<Sku> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumerator<Sku> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|