Interface IAutomationScheduleResponseObject

interface IAutomationScheduleResponseObject {
    guid: string;
    id: number;
    interval: number;
    lastStartedAt: string;
    startAt: string;
    stopAt: string;
    timezone: string;
}

Hierarchy (view full)

Properties

guid: string
id: number
interval: number
lastStartedAt: string
startAt: string
stopAt: string
timezone: string