The response containing attributes for custom reports.

Hierarchy

  • UsageCustomReportsAttributes

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
computedOn?: string

The date the specified custom report was computed.

endDate?: string

The ending date of custom report.

size?: number

size

startDate?: string

The starting date of custom report.

tags?: string[]

A list of tags to apply to custom reports.

Generated using TypeDoc