Cloud Commerce Producer v1beta API - Class ListSkusResponse (1.0.0-beta01)

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

Reference documentation and code samples for the Cloud Commerce Producer v1beta API class ListSkusResponse.

Message for response to listing Skus

Inheritance

object > ListSkusResponse

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

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