Get Report Result
data class GetReportResult(val createTime: String, val description: String, val displayName: String, val name: String, val state: String, val summary: ReportSummaryResponse, val type: String, val updateTime: String)
Constructors
Link copied to clipboard
fun GetReportResult(createTime: String, description: String, displayName: String, name: String, state: String, summary: ReportSummaryResponse, type: String, updateTime: String)