GoogleCloudChannelV1ChangeOfferRequest constructor

GoogleCloudChannelV1ChangeOfferRequest({
  1. String? billingAccount,
  2. String? offer,
  3. List<GoogleCloudChannelV1Parameter>? parameters,
  4. String? purchaseOrderId,
  5. String? requestId,
})

Implementation

GoogleCloudChannelV1ChangeOfferRequest({
  this.billingAccount,
  this.offer,
  this.parameters,
  this.purchaseOrderId,
  this.requestId,
});