Get Envgroup Attachment Result
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)