MetricSort.metrics
Home > @gooddata/sdk-code-schemas > v1 > MetricSort > metrics
v1.MetricSort.metrics property
Signature:
metrics: [
(string | {
by: string | AttributeIdentifier12 | LabelIdentifier9;
element?: string;
function?: "SUM" | "AVG" | "MIN" | "MAX" | "MED" | "NAT";
}),
...(string | {
by: string | AttributeIdentifier12 | LabelIdentifier9;
element?: string;
function?: "SUM" | "AVG" | "MIN" | "MAX" | "MED" | "NAT";
})[]
];