A usage query used to compute an insight value.

Hierarchy

  • GovernanceInsightUsageQuery

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
query: string

The usage query string.

reducer: string

How the query result series is reduced to a single value.

Generated using TypeDoc