nylas
    Preparing search index...

    Interface GoogleCreateConnectorSettings

    Interface representing a Google connector creation request.

    interface GoogleCreateConnectorSettings {
        clientId: string;
        clientSecret: string;
        topicName?: string;
    }
    Index

    Properties

    clientId: string

    The Google Client ID

    clientSecret: string

    The Google Client Secret

    topicName?: string

    The Google Pub/Sub topic name