Cloud Channel v1 API - Class ListSkuGroupsRequest (2.11.0)

public sealed class ListSkuGroupsRequest : IPageRequest, IMessage<ListSkuGroupsRequest>, IEquatable<ListSkuGroupsRequest>, IDeepCloneable<ListSkuGroupsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Channel v1 API class ListSkuGroupsRequest.

Request message for ListSkuGroups.

Inheritance

object > ListSkuGroupsRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListSkuGroupsRequest()

public ListSkuGroupsRequest()

ListSkuGroupsRequest(ListSkuGroupsRequest)

public ListSkuGroupsRequest(ListSkuGroupsRequest other)
Parameter
NameDescription
otherListSkuGroupsRequest

Properties

PageSize

public int PageSize { get; set; }

Optional. The maximum number of SKU groups to return. The service may return fewer than this value. If unspecified, returns a maximum of 1000 SKU groups. The maximum value is 1000; values above 1000 will be coerced to 1000.

Property Value
TypeDescription
int

PageToken

public string PageToken { get; set; }

Optional. A token identifying a page of results beyond the first page. Obtained through [ListSkuGroups.next_page_token][] of the previous [CloudChannelService.ListSkuGroups][google.cloud.channel.v1.CloudChannelService.ListSkuGroups] call.

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. The resource name of the account from which to list SKU groups. Parent uses the format: accounts/{account}.

Property Value
TypeDescription
string