ProjectSummaryResponse

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

Project summary.

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

Extended summary.

Link copied to clipboard

Instance type.

Link copied to clipboard

Last summary refresh time.

Link copied to clipboard

Refresh summary state.