Get Environment Result
data class GetEnvironmentResult(val configs: List<GetEnvironmentConfig>, val id: String, val labels: Map<String, String>, val name: String, val project: String? = null, val region: String? = null)
A collection of values returned by getEnvironment.