public sealed class ListSkuGroupBillableSkusRequest : IPageRequest, IMessage<ListSkuGroupBillableSkusRequest>, IEquatable<ListSkuGroupBillableSkusRequest>, IDeepCloneable<ListSkuGroupBillableSkusRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ListSkuGroupBillableSkusRequest.
Request message for ListSkuGroupBillableSkus.
Implements
IPageRequest, IMessageListSkuGroupBillableSkusRequest, IEquatableListSkuGroupBillableSkusRequest, IDeepCloneableListSkuGroupBillableSkusRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListSkuGroupBillableSkusRequest()
public ListSkuGroupBillableSkusRequest()ListSkuGroupBillableSkusRequest(ListSkuGroupBillableSkusRequest)
public ListSkuGroupBillableSkusRequest(ListSkuGroupBillableSkusRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListSkuGroupBillableSkusRequest |
Properties
PageSize
public int PageSize { get; set; }Optional. The maximum number of SKUs to return. The service may return fewer than this value. If unspecified, returns a maximum of 100000 SKUs. The maximum value is 100000; values above 100000 will be coerced to 100000.
| 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 [ListSkuGroupBillableSkusResponse.next_page_token][google.cloud.channel.v1.ListSkuGroupBillableSkusResponse.next_page_token] of the previous [CloudChannelService.ListSkuGroupBillableSkus][google.cloud.channel.v1.CloudChannelService.ListSkuGroupBillableSkus] call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsSkuGroupName
public SkuGroupName ParentAsSkuGroupName { get; set; }SkuGroupName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
SkuGroupName |
|