GetAccountResponse constructor
GetAccountResponse({
- bool? dedicatedIpAutoWarmupEnabled,
- AccountDetails? details,
- String? enforcementStatus,
- bool? productionAccessEnabled,
- SendQuota? sendQuota,
- bool? sendingEnabled,
- SuppressionAttributes? suppressionAttributes,
Implementation
GetAccountResponse({
this.dedicatedIpAutoWarmupEnabled,
this.details,
this.enforcementStatus,
this.productionAccessEnabled,
this.sendQuota,
this.sendingEnabled,
this.suppressionAttributes,
});