Represents an option that may affect the way an agent runs the job.

interface JobOption {
    data?: { [key: string]: string };
    id?: string;
}

Properties

Properties

data?: { [key: string]: string }
id?: string

Gets the id of the option.