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

Hierarchy

  • PrintReportResponseAttributes

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
downloadUrl: string

The URL from which the rendered PDF report can be downloaded.

fromTs: number

The start of the rendered time range, as a Unix timestamp in milliseconds.

resourceId: string

The identifier of the dashboard or integration dashboard.

The type of dashboard resource the report schedule targets.

templateVariables: ReportScheduleTemplateVariable[]

The dashboard template variables applied when rendering the report.

timeframe?: string

The relative time window used, if one was specified in the request.

timezone: string

The IANA time zone identifier used when rendering the report.

toTs: number

The end of the rendered time range, as a Unix timestamp in milliseconds.

Generated using TypeDoc