The JSON:API data object for a print-only report.

Hierarchy

  • PrintReportResponseData

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

The configuration and download URL for the initiated print-only report.

id: string

The unique identifier of the report.

JSON:API resource type for a print-only report.

Generated using TypeDoc