Type Alias AutomationDetailRequestObject

type AutomationDetailRequestObject = {
    description?: string;
    maxConcurrentRuns?: number;
    name: string;
    schedules?: automations.ScheduleRequestObject[];
    spaceId?: string;
    workspace?: unknown;
}
Index

Properties

description?: string

The description of the automation

maxConcurrentRuns?: number
name: string
spaceId?: string
workspace?: unknown