Optional additionalA container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.
Optional fromThe start of an absolute time range, as a Unix timestamp in milliseconds.
Required when timeframe is omitted.
The identifier of the dashboard or integration dashboard to render.
The type of dashboard resource the report schedule targets.
The dashboard template variables applied when rendering the report.
Optional timeframeA relative time window (for example 1w or calendar_month). Mutually
exclusive with from_ts and to_ts.
The IANA time zone identifier used to evaluate the time window.
Optional toThe end of an absolute time range, as a Unix timestamp in milliseconds.
Required when timeframe is omitted.
Generated using TypeDoc
The configuration for a print-only report. Specify exactly one of
timeframe(for a relative time window) or bothfrom_tsandto_ts(for an absolute time range).