GetAccountResponse constructor

GetAccountResponse({
  1. bool? dedicatedIpAutoWarmupEnabled,
  2. AccountDetails? details,
  3. String? enforcementStatus,
  4. bool? productionAccessEnabled,
  5. SendQuota? sendQuota,
  6. bool? sendingEnabled,
  7. SuppressionAttributes? suppressionAttributes,
})

Implementation

GetAccountResponse({
  this.dedicatedIpAutoWarmupEnabled,
  this.details,
  this.enforcementStatus,
  this.productionAccessEnabled,
  this.sendQuota,
  this.sendingEnabled,
  this.suppressionAttributes,
});