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

public sealed class ListSkuGroupsResponse : IMessage<ListSkuGroupsResponse>, IEquatable<ListSkuGroupsResponse>, IDeepCloneable<ListSkuGroupsResponse>, IBufferMessage, IMessage, IPageResponse<SkuGroup>, IEnumerable<SkuGroup>, IEnumerable

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

Message for response to listing SkuGroups

Inheritance

object > ListSkuGroupsResponse

Namespace

Google.Cloud.CommerceProducer.V1Beta

Assembly

Google.Cloud.CommerceProducer.V1Beta.dll

Constructors

ListSkuGroupsResponse()

public ListSkuGroupsResponse()

ListSkuGroupsResponse(ListSkuGroupsResponse)

public ListSkuGroupsResponse(ListSkuGroupsResponse other)
Parameter
Name Description
other ListSkuGroupsResponse

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

SkuGroups

public RepeatedField<SkuGroup> SkuGroups { get; }

The list of SkuGroup

Property Value
Type Description
RepeatedFieldSkuGroup

Methods

GetEnumerator()

public IEnumerator<SkuGroup> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorSkuGroup