Class ListSkuGroupBillableSkusRequest (1.18.3)

ListSkuGroupBillableSkusRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Request message for ListSkuGroupBillableSkus.

Attributes

NameDescription
parent str
Required. Resource name of the SKU group. Format: accounts/{account}/skuGroups/{sku_group}.
page_size int
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.
page_token str
Optional. A token identifying a page of results beyond the first page. Obtained through [ListSkuGroupBillableSkus.next_page_token][] of the previous CloudChannelService.ListSkuGroupBillableSkus call.