GoogleCloudChannelV1ListPurchasableOffersResponse constructor

GoogleCloudChannelV1ListPurchasableOffersResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudChannelV1PurchasableOffer>? purchasableOffers,
})

Implementation

GoogleCloudChannelV1ListPurchasableOffersResponse({
  this.nextPageToken,
  this.purchasableOffers,
});