Request parameters for createReportSchedule operation in ReportsApi.

ReportsApiCreateReportScheduleRequest

interface ReportsApiCreateReportScheduleRequest {
    body: CreateReportScheduleSpecification;
}

Properties

Properties

Information required to create the report schedule.

ReportsApiCreateReportSchedule