GetCostAndUsageResponse constructor
GetCostAndUsageResponse({
- List<
GroupDefinition> ? groupDefinitions, - String? nextPageToken,
- List<
ResultByTime> ? resultsByTime,
Implementation
GetCostAndUsageResponse({
this.groupDefinitions,
this.nextPageToken,
this.resultsByTime,
});