@truenas/api-client
    Preparing search index...

    Interface PoolSnapshotEntryInput

    interface PoolSnapshotEntryInput {
        createtxg: string;
        dataset: string;
        holds?: v25_10_0.PoolSnapshotHoldTag;
        id: string;
        name: string;
        pool: string;
        properties: { [k: string]: v25_10_0.PoolSnapshotEntryPropertyFields };
        retention?:
            | v25_10_0.PoolSnapshotRetentionPST
            | v25_10_0.PoolSnapshotRetentionProperty
            | null;
        snapshot_name: string;
        type: "SNAPSHOT";
    }
    Index
    createtxg: string
    dataset: string
    id: string
    name: string
    pool: string
    properties: { [k: string]: v25_10_0.PoolSnapshotEntryPropertyFields }
    retention?:
        | v25_10_0.PoolSnapshotRetentionPST
        | v25_10_0.PoolSnapshotRetentionProperty
        | null
    snapshot_name: string
    type: "SNAPSHOT"