Cloud Channel v1 API - Class ListSkuGroupBillableSkusRequest (2.11.0)

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

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

Request message for ListSkuGroupBillableSkus.

Inheritance

object > ListSkuGroupBillableSkusRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListSkuGroupBillableSkusRequest()

public ListSkuGroupBillableSkusRequest()

ListSkuGroupBillableSkusRequest(ListSkuGroupBillableSkusRequest)

public ListSkuGroupBillableSkusRequest(ListSkuGroupBillableSkusRequest other)
Parameter
NameDescription
otherListSkuGroupBillableSkusRequest

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
TypeDescription
int

PageToken

public string PageToken { get; set; }

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

Property Value
TypeDescription
string

Parent

public string Parent { get; set; }

Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.

Property Value
TypeDescription
string

ParentAsSkuGroupName

public SkuGroupName ParentAsSkuGroupName { get; set; }

SkuGroupName-typed view over the Parent resource name property.

Property Value
TypeDescription
SkuGroupName