GetEnvgroupResult

data class GetEnvgroupResult(val createdAt: String, val hostnames: List<String>, val lastModifiedAt: String, val name: String, val state: String)

Constructors

Link copied to clipboard
fun GetEnvgroupResult(createdAt: String, hostnames: List<String>, lastModifiedAt: String, name: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the environment group was created as milliseconds since epoch.

Link copied to clipboard

Host names for this environment group.

Link copied to clipboard

The time at which the environment group was last updated as milliseconds since epoch.

Link copied to clipboard

ID of the environment group.

Link copied to clipboard

State of the environment group. Values other than ACTIVE means the resource is not ready to use.