GetUsageStatisticsResponse constructor

GetUsageStatisticsResponse({
  1. String? nextToken,
  2. UsageStatistics? usageStatistics,
})

Implementation

GetUsageStatisticsResponse({
  this.nextToken,
  this.usageStatistics,
});