GoogleCloudChannelV1ListSkuGroupBillableSkusResponse constructor

GoogleCloudChannelV1ListSkuGroupBillableSkusResponse({
  1. List<GoogleCloudChannelV1BillableSku>? billableSkus,
  2. String? nextPageToken,
})

Implementation

GoogleCloudChannelV1ListSkuGroupBillableSkusResponse({
  this.billableSkus,
  this.nextPageToken,
});