describeEnvironments

Gets information about Cloud9 development environments.

Cloud9 is no longer available to new customers. Existing customers of Cloud9 can continue to use the service as normal. Learn more"

Samples


fun main() { 
   //sampleStart 
   val resp = cloud9Client.describeEnvironments {
    environmentIds = listOf<String>(
        "8d9967e2f0624182b74e7690ad69ebEX",
        "349c86d4579e4e7298d500ff57a6b2EX"
    )
} 
   //sampleEnd
}