GetReportResult

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
constructor(createTime: String, description: String, displayName: String, name: String, state: String, summary: ReportSummaryResponse, type: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Creation timestamp.

Link copied to clipboard

Free-text description.

Link copied to clipboard

User-friendly display name. Maximum length is 63 characters.

Link copied to clipboard

Name of resource.

Link copied to clipboard

Report creation state.

Link copied to clipboard

Summary view of the Report.

Link copied to clipboard

Report type.

Link copied to clipboard

Last update timestamp.