GoogleCloudChannelV1PurchasableOffer constructor

GoogleCloudChannelV1PurchasableOffer({
  1. GoogleCloudChannelV1Offer? offer,
  2. String? priceReferenceId,
})

Implementation

GoogleCloudChannelV1PurchasableOffer({
  this.offer,
  this.priceReferenceId,
});