Get Environment Result
data class GetEnvironmentResult(val customProperties: Any? = null, val description: String? = null, val id: String, val kind: String, val name: String, val onboarding: OnboardingResponse? = null, val server: EnvironmentServerResponse? = null, val systemData: SystemDataResponse, val title: String, val type: String)
Environment entity.
Constructors
Link copied to clipboard
fun GetEnvironmentResult(customProperties: Any? = null, description: String? = null, id: String, kind: String, name: String, onboarding: OnboardingResponse? = null, server: EnvironmentServerResponse? = null, systemData: SystemDataResponse, title: String, type: String)