UsageFunction constructor
UsageFunction({
- required String range,
- required int deploymentsTotal,
- required int deploymentsStorageTotal,
- required int buildsTotal,
- required int buildsStorageTotal,
- required int buildsTimeTotal,
- required int executionsTotal,
- required int executionsTimeTotal,
- required List<
Metric> deployments, - required List<
Metric> deploymentsStorage, - required List<
Metric> builds, - required List<
Metric> buildsStorage, - required List<
Metric> buildsTime, - required List<
Metric> executions, - required List<
Metric> executionsTime,
Implementation
UsageFunction({
required this.range,
required this.deploymentsTotal,
required this.deploymentsStorageTotal,
required this.buildsTotal,
required this.buildsStorageTotal,
required this.buildsTimeTotal,
required this.executionsTotal,
required this.executionsTimeTotal,
required this.deployments,
required this.deploymentsStorage,
required this.builds,
required this.buildsStorage,
required this.buildsTime,
required this.executions,
required this.executionsTime,
});