Tool¶
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
String
createdAt: Long Timestamp describing initial creation
Long
modifiedAt: Long Timestamp describing most recent modification (Deprecated, Tools are immutable)
Long
description: NormalizedToolDescription The specification for this Tool
NormalizedToolDescription