Type Alias AutomationConnectionsListObject

type AutomationConnectionsListObject = {
    connectorId?: string;
    createdAt?: string;
    id?: string;
    isConnected?: boolean;
    name?: string;
    ownerId?: string;
    spaceId?: string;
    updatedAt?: string;
}
Index

Properties

connectorId?: string

The unique identifier of the connector the automation connection is created from.

createdAt?: string
id?: string
isConnected?: boolean
name?: string
ownerId?: string
spaceId?: string
updatedAt?: string