Type Alias AutomationUsageObject

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

Properties

Properties

guid?: string

The unique identifier for the automation.

name?: string
ownerId?: string