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

    Interface ZFSResourceQuery

    interface ZFSResourceQuery {
        get_children?: boolean;
        get_source?: boolean;
        get_user_properties?: boolean;
        nest_results?: boolean;
        paths?: string[];
        properties?: string[] | null;
    }
    Index
    get_children?: boolean
    get_source?: boolean
    get_user_properties?: boolean
    nest_results?: boolean
    paths?: string[]
    properties?: string[] | null