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

    Interface ZFSResourceSnapshotCreateQuery

    interface ZFSResourceSnapshotCreateQuery {
        dataset: string;
        exclude?: string[];
        name: string;
        recursive?: boolean;
        user_properties?: { [k: string]: string };
    }
    Index
    dataset: string
    exclude?: string[]
    name: string
    recursive?: boolean
    user_properties?: { [k: string]: string }