Partner constructor

Partner({
  1. PartnerAdServerConfig? adServerConfig,
  2. PartnerBillingConfig? billingConfig,
  3. PartnerDataAccessConfig? dataAccessConfig,
  4. String? displayName,
  5. String? entityStatus,
  6. ExchangeConfig? exchangeConfig,
  7. PartnerGeneralConfig? generalConfig,
  8. String? name,
  9. String? partnerId,
  10. String? updateTime,
})

Implementation

Partner({
  this.adServerConfig,
  this.billingConfig,
  this.dataAccessConfig,
  this.displayName,
  this.entityStatus,
  this.exchangeConfig,
  this.generalConfig,
  this.name,
  this.partnerId,
  this.updateTime,
});