EnvironmentRecordResponse

data class EnvironmentRecordResponse(val displayName: String? = null, val id: String? = null, val kind: String? = null, val metadata: MetadataEntityResponse? = null)

Details about environment name, metadata and environment id of an environment

Constructors

Link copied to clipboard
constructor(displayName: String? = null, id: String? = null, kind: String? = null, metadata: MetadataEntityResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val displayName: String? = null

Display name of the user

Link copied to clipboard
val id: String? = null

Id of the environment

Link copied to clipboard
val kind: String? = null

Type of environment

Link copied to clipboard

Metadata of the record