The JSON:API data object representing a report schedule.

Hierarchy

  • ReportScheduleResponseData

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 derived state of a report schedule.

id: string

The unique identifier of the report schedule.

Relationships for the report schedule.

JSON:API resource type for report schedules.

Generated using TypeDoc