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)