Report By Department Args
data class ReportByDepartmentArgs(val definition: Output<ReportDefinitionArgs>? = null, val deliveryInfo: Output<ReportDeliveryInfoArgs>? = null, val departmentId: Output<String>? = null, val format: Output<Either<String, FormatType>>? = null, val reportName: Output<String>? = null, val schedule: Output<ReportScheduleArgs>? = null) : ConvertibleToJava<ReportByDepartmentArgs>
A report resource. API Version: 2018-08-01-preview.
Constructors
Link copied to clipboard
constructor(definition: Output<ReportDefinitionArgs>? = null, deliveryInfo: Output<ReportDeliveryInfoArgs>? = null, departmentId: Output<String>? = null, format: Output<Either<String, FormatType>>? = null, reportName: Output<String>? = null, schedule: Output<ReportScheduleArgs>? = null)
Properties
Link copied to clipboard
Has definition for the report.
Link copied to clipboard
Has delivery information for the report.
Link copied to clipboard
Department ID
Link copied to clipboard
The format of the report being delivered.
Link copied to clipboard
Report Name.
Link copied to clipboard
Has schedule information for the report.