Type Alias AutomationConnectorsListObject

type AutomationConnectorsListObject = {
    billable?: boolean;
    id?: string;
    name?: string;
}
Index

Properties

Properties

billable?: boolean

Indicates if the connector is billable.

id?: string
name?: string

The name of an automation connector.