ListAccessEnvironmentsResult

data class ListAccessEnvironmentsResult(val data: List<EnvironmentRecordResponse>? = null, val kind: String? = null, val metadata: ConfluentListMetadataResponse? = null)

Details of the environments returned on successful response

Constructors

Link copied to clipboard
constructor(data: List<EnvironmentRecordResponse>? = null, kind: String? = null, metadata: ConfluentListMetadataResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Environment list data

Link copied to clipboard
val kind: String? = null

Type of response

Link copied to clipboard

Metadata of the environment list