Request parameters for createReport operation in ReportsApi.

ReportsApiCreateReportRequest

interface ReportsApiCreateReportRequest {
    body: CreateReportSpecification;
}

Properties

Properties

Information required to create the report.

ReportsApiCreateReport