ReportArgs

fun ReportArgs(description: Output<String>? = null, displayName: Output<String>? = null, location: Output<String>? = null, project: Output<String>? = null, reportConfigId: Output<String>? = null, reportId: Output<String>? = null, requestId: Output<String>? = null, state: Output<ReportState>? = null, type: Output<ReportType>? = null)