Type Alias AutomationUsageObject

type AutomationUsageObject = {
    duration?: number;
    guid?: string;
    name?: string;
    ownerId?: string;
}
Index

Properties

duration?: number

Duration of the last run, indicated in seconds. Calculated from start and stop times

guid?: string

The unique identifier for the automation.

name?: string

The name for the automation.

ownerId?: string

The unique identifier for the user who owns the automation