GetInstanceAttachmentResult

data class GetInstanceAttachmentResult(val createdAt: String, val environment: String, val name: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Time the attachment was created in milliseconds since epoch.

Link copied to clipboard

ID of the attached environment.

Link copied to clipboard

ID of the attachment.