UpdateProcessRequest: { name?: string; processId: string; tags?: string[] }

Type declaration

  • Optionalname?: string

    Name of the process.

  • processId: string

    Unique ID of the process.

  • Optionaltags?: string[]

    Tags of the process.