@runloop/api-client - v1.4.0
    Preparing search index...

    Interface DevboxSnapshotDiskParams

    interface DevboxSnapshotDiskParams {
        commit_message?: string | null;
        metadata?: { [key: string]: string } | null;
        name?: string | null;
    }
    Index

    Properties

    commit_message?: string | null

    (Optional) Commit message associated with the snapshot (max 1000 characters)

    metadata?: { [key: string]: string } | null

    (Optional) Metadata used to describe the snapshot

    name?: string | null

    (Optional) A user specified name to give the snapshot