Google Apps Script API
    Preparing search index...
    interface ConnectionTypesListResponse {
        connectionTypes?: ConnectionType[];
        kind?: string;
    }
    Index

    Properties

    connectionTypes?: ConnectionType[]
    kind?: string