Class UsageSpecifiedCustomReportsAttributes

The response containing attributes for specified custom reports.

Hierarchy

  • UsageSpecifiedCustomReportsAttributes

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 specified custom report.

location?: string

A downloadable file for the specified custom reporting file.

size?: number

size

startDate?: string

The starting date of specified custom report.

tags?: string[]

A list of tags to apply to specified custom reports.

Generated using TypeDoc