GoogleCloudChannelV1ChannelPartnerRepricingConfig constructor

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

Implementation

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