@veeroute/lss-studio-angular
Version:
OpenAPI client for @veeroute/lss-studio-angular
27 lines (26 loc) • 816 B
TypeScript
/**
* VRt.Studio [ST]
*
* The version of the OpenAPI document: 7.23.2926
* Contact: servicedesk@veeroute.com
*
* NOTE: This class is auto generated by OpenAPI Generator.
* Do not edit the class manually.
*/
import { TableFactFieldsStudio } from './tableFactFields';
import { TableListCountersStudio } from './tableListCounters';
/**
* General metrics for selected facts.
*/
export interface TableFactMetricsStudio {
[key: string]: any | any;
/**
* Total values for fields of types int, double, duration.
*/
fields_sum?: TableFactFieldsStudio;
/**
* Average values for fields of types int, double, duration. Only fields that have a value are taken into account to calculate the average.
*/
fields_avg?: TableFactFieldsStudio;
counters: TableListCountersStudio;
}