UNPKG

@veeroute/lss-studio-angular

Version:

OpenAPI client for @veeroute/lss-studio-angular

25 lines (24 loc) 729 B
/** * 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 { TableHardlinkFilterStudio } from './tableHardlinkFilter'; /** * Data for calculating metrics. If entity keys are specified, metrics are calculated by them. If keys are not specified, metrics are calculated by all entities that fall under the filters. */ export interface TableHardlinkMetricsFilterListStudio { [key: string]: any | any; /** * List of essence keys. */ keys?: Array<string>; /** * A list of filters. */ filters?: Array<TableHardlinkFilterStudio>; }