GoogleCloudChannelV1ListPurchasableSkusResponse constructor
GoogleCloudChannelV1ListPurchasableSkusResponse({
- String? nextPageToken,
- List<
GoogleCloudChannelV1PurchasableSku> ? purchasableSkus,
Implementation
GoogleCloudChannelV1ListPurchasableSkusResponse({
this.nextPageToken,
this.purchasableSkus,
});