GoogleCloudChannelV1ListPurchasableOffersResponse constructor
GoogleCloudChannelV1ListPurchasableOffersResponse({
- String? nextPageToken,
- List<
GoogleCloudChannelV1PurchasableOffer> ? purchasableOffers,
Implementation
GoogleCloudChannelV1ListPurchasableOffersResponse({
this.nextPageToken,
this.purchasableOffers,
});