public sealed class ListSkusResponse : IMessage<ListSkusResponse>, IEquatable<ListSkusResponse>, IDeepCloneable<ListSkusResponse>, IBufferMessage, IMessage, IPageResponse<Sku>, IEnumerable<Sku>, IEnumerable
Response 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)
Type | Name | Description |
---|---|---|
ListSkusResponse | other |
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.
Type | Description |
---|---|
String |
Skus
public RepeatedField<Sku> Skus { get; }
The list of public SKUs of the given service.
Type | Description |
---|---|
RepeatedField<Sku> |
Methods
GetEnumerator()
public IEnumerator<Sku> GetEnumerator()
Returns an enumerator that iterates through the resources in this response.
Type | Description |
---|---|
IEnumerator<Sku> |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()
Type | Description |
---|---|
IEnumerator |