Package-level declarations

Types

Link copied to clipboard
data class DevEnvironmentIdes(val name: String? = null, val runtime: String? = null)
Link copied to clipboard
data class DevEnvironmentPersistentStorage(val size: Int)
Link copied to clipboard
data class DevEnvironmentRepository(val branchName: String? = null, val repositoryName: String)
Link copied to clipboard
data class GetDevEnvironmentIde(val name: String, val runtime: String)
Link copied to clipboard
Link copied to clipboard
data class GetDevEnvironmentRepository(val branchName: String, val repositoryName: String)
Link copied to clipboard
data class GetDevEnvironmentResult(val alias: String? = null, val creatorId: String? = null, val envId: String, val id: String, val ides: List<GetDevEnvironmentIde>, val inactivityTimeoutMinutes: Int, val instanceType: String, val lastUpdatedTime: String, val persistentStorages: List<GetDevEnvironmentPersistentStorage>, val projectName: String, val repositories: List<GetDevEnvironmentRepository>? = null, val spaceName: String, val status: String, val statusReason: String, val tags: Map<String, String>)

A collection of values returned by getDevEnvironment.