Type Alias AutomationUsageObject

type AutomationUsageObject = {
    guid?: string;
    name?: string;
    ownerId?: string;
}
Index
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