DatabaseProjectSummaryResponse

data class DatabaseProjectSummaryResponse(val extendedSummary: Map<String, String>? = null, val instanceType: String, val lastSummaryRefreshedTime: String? = null, val refreshSummaryState: String? = null)

The database project summary class.

Constructors

Link copied to clipboard
constructor(extendedSummary: Map<String, String>? = null, instanceType: String, lastSummaryRefreshedTime: String? = null, refreshSummaryState: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets or sets the extended summary.

Link copied to clipboard

Gets the Instance type. Expected value is 'Databases'.

Link copied to clipboard

Gets or sets the time when summary was last refreshed.

Link copied to clipboard

Gets or sets the state of refresh summary.