GetSendQuotaResponse constructor

GetSendQuotaResponse({
  1. double? max24HourSend,
  2. double? maxSendRate,
  3. double? sentLast24Hours,
})

Implementation

GetSendQuotaResponse({
  this.max24HourSend,
  this.maxSendRate,
  this.sentLast24Hours,
});