GetAccountResponse constructor

GetAccountResponse({
  1. bool? dedicatedIpAutoWarmupEnabled,
  2. String? enforcementStatus,
  3. bool? productionAccessEnabled,
  4. SendQuota? sendQuota,
  5. bool? sendingEnabled,
})

Implementation

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