GetUsageStatisticsResponse constructor
GetUsageStatisticsResponse({
- String? nextToken,
- UsageStatistics? usageStatistics,
Implementation
GetUsageStatisticsResponse({
this.nextToken,
this.usageStatistics,
});