GoogleCloudChannelV1ListSkuGroupBillableSkusResponse constructor
GoogleCloudChannelV1ListSkuGroupBillableSkusResponse({
- List<
GoogleCloudChannelV1BillableSku> ? billableSkus, - String? nextPageToken,
Implementation
GoogleCloudChannelV1ListSkuGroupBillableSkusResponse({
this.billableSkus,
this.nextPageToken,
});