Sub2ApiAdminOpsThroughputTrend constructor
Sub2ApiAdminOpsThroughputTrend({
- required String bucket,
- required List<
Sub2ApiAdminOpsThroughputPoint> points, - required List<
Sub2ApiAdminOpsThroughputPlatform> byPlatform, - required List<
Sub2ApiAdminOpsThroughputGroup> topGroups,
Implementation
Sub2ApiAdminOpsThroughputTrend({
required this.bucket,
required List<Sub2ApiAdminOpsThroughputPoint> points,
required List<Sub2ApiAdminOpsThroughputPlatform> byPlatform,
required List<Sub2ApiAdminOpsThroughputGroup> topGroups,
}) : points = List.unmodifiable(points),
byPlatform = List.unmodifiable(byPlatform),
topGroups = List.unmodifiable(topGroups);