GetEnvgroupAttachmentResult

data class GetEnvgroupAttachmentResult(val createdAt: String, val environment: String, val environmentGroupId: String, val name: String)

Constructors

Link copied to clipboard
fun GetEnvgroupAttachmentResult(createdAt: String, environment: String, environmentGroupId: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

Link copied to clipboard

ID of the attached environment.

Link copied to clipboard

ID of the environment group.

Link copied to clipboard

ID of the environment group attachment.