Get Dev Environment Result
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.
Constructors
Link copied to clipboard
fun GetDevEnvironmentResult(alias: String? = null, creatorId: String? = null, envId: String, id: String, ides: List<GetDevEnvironmentIde>, inactivityTimeoutMinutes: Int, instanceType: String, lastUpdatedTime: String, persistentStorages: List<GetDevEnvironmentPersistentStorage>, projectName: String, repositories: List<GetDevEnvironmentRepository>? = null, spaceName: String, status: String, statusReason: String, tags: Map<String, String>)
Types
Properties
Link copied to clipboard
Link copied to clipboard
The time when the Dev Environment was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
Link copied to clipboard