public sealed class ListSkuGroupsRequest : IPageRequest, IMessage<ListSkuGroupsRequest>, IEquatable<ListSkuGroupsRequest>, IDeepCloneable<ListSkuGroupsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ListSkuGroupsRequest.
Request message for ListSkuGroups.
Implements
IPageRequest, IMessageListSkuGroupsRequest, IEquatableListSkuGroupsRequest, IDeepCloneableListSkuGroupsRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListSkuGroupsRequest()
public ListSkuGroupsRequest()ListSkuGroupsRequest(ListSkuGroupsRequest)
public ListSkuGroupsRequest(ListSkuGroupsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSkuGroupsRequest |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
string |
|