DescribeAttackStatisticsResponse constructor
DescribeAttackStatisticsResponse({
- required List<
AttackStatisticsDataItem> dataItems, - required TimeRange timeRange,
Implementation
DescribeAttackStatisticsResponse({
required this.dataItems,
required this.timeRange,
});