GoogleCloudChannelV1CustomerRepricingConfig constructor

GoogleCloudChannelV1CustomerRepricingConfig({
  1. String? name,
  2. GoogleCloudChannelV1RepricingConfig? repricingConfig,
  3. String? updateTime,
})

Implementation

GoogleCloudChannelV1CustomerRepricingConfig({
  this.name,
  this.repricingConfig,
  this.updateTime,
});