public sealed class ListSkusResponse : IMessage<ListSkusResponse>, IEquatable<ListSkusResponse>, IDeepCloneable<ListSkusResponse>, IBufferMessage, IMessage, IPageResponse<Sku>, IEnumerable<Sku>, IEnumerableReference documentation and code samples for the Cloud Commerce Producer v1beta API class ListSkusResponse.
Message for response to listing Skus
Implements
IMessageListSkusResponse, IEquatableListSkusResponse, IDeepCloneableListSkusResponse, IBufferMessage, IMessage, IPageResponseSku, IEnumerableSku, IEnumerableNamespace
Google.Cloud.CommerceProducer.V1BetaAssembly
Google.Cloud.CommerceProducer.V1Beta.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, which can be sent as page_token to retrieve the next page.
If this field is omitted, there are no subsequent pages.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Skus
public RepeatedField<Sku> Skus { get; }The list of Sku
| 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 |
|