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

    Interface CronJobUpdate

    interface CronJobUpdate {
        command?: string;
        enabled?: boolean;
        schedule?: v25_10_0.CronJobSchedule;
        stderr?: boolean;
        stdout?: boolean;
        user?: string;
    }
    Index
    command?: string
    enabled?: boolean
    stderr?: boolean
    stdout?: boolean
    user?: string