Type Alias AutomationConnectionPutRequestObject

type AutomationConnectionPutRequestObject = {
    name?: string;
    params?: AutomationConnectionParamPutObject[];
}
Index

Properties

Properties

name?: string

The new name of the automation connection to be renamed to.