Type Alias AutomationDetailRequestObject

type AutomationDetailRequestObject = {
    description?: string;
    name?: string;
    schedules?: ScheduleRequestObject[];
    spaceId?: string;
    state?: "available" | "unavailable" | "disabled";
    workspace?: unknown;
}
Index

Properties

description?: string
name?: string
schedules?: ScheduleRequestObject[]
spaceId?: string
state?: "available" | "unavailable" | "disabled"
workspace?: unknown

The workspace generated by the Qlik Automate editor.