UpdateJobRequest: { jobId: string; name?: string; tags?: string[] }

Type declaration

  • jobId: string

    Unique ID of the job.

  • Optionalname?: string

    Name of the job.

  • Optionaltags?: string[]

    Tags of the job.