GoogleCloudChannelV1ConditionalOverride constructor

GoogleCloudChannelV1ConditionalOverride({
  1. GoogleCloudChannelV1RepricingAdjustment? adjustment,
  2. String? rebillingBasis,
  3. GoogleCloudChannelV1RepricingCondition? repricingCondition,
})

Implementation

GoogleCloudChannelV1ConditionalOverride({
  this.adjustment,
  this.rebillingBasis,
  this.repricingCondition,
});