GetMinuteUsageResponse constructor

GetMinuteUsageResponse({
  1. int? estimatedMinutesRemaining,
  2. bool? isReservedMinutesCustomer,
  3. int? totalReservedMinuteAllocation,
  4. int? totalScheduledMinutes,
  5. int? upcomingMinutesScheduled,
})

Implementation

GetMinuteUsageResponse({
  this.estimatedMinutesRemaining,
  this.isReservedMinutesCustomer,
  this.totalReservedMinuteAllocation,
  this.totalScheduledMinutes,
  this.upcomingMinutesScheduled,
});