Tool

API: Internal/Beta

Tools define bundles of software binaries and other assets (e.g. container and virtual machine base-images).

data class Tool(
    val owner: String,
    val createdAt: Long,
    val modifiedAt: Long,
    val description: NormalizedToolDescription,
)

See Tools for a more complete discussion.

Properties
owner: String The username of the user who created this Tool
createdAt: Long Timestamp describing initial creation
modifiedAt: Long Timestamp describing most recent modification (Deprecated, Tools are immutable)

Deprecated: Yes

description: NormalizedToolDescription The specification for this Tool