ConnectorID - Go SDK
ConnectorID - Go SDK
ConnectorID type definition
ConnectorID - Go SDK
The Go SDK and docs are currently in beta. Report issues on GitHub.
1 import ( 2 "github.com/OpenRouterTeam/go-sdk/models/components" 3 ) 4 5 value := components.ConnectorIDConnectorDropbox 6 7 // Open enum: custom values can be created with a direct type cast 8 custom := components.ConnectorID("custom_value")
| Name | Value |
|---|---|
ConnectorIDConnectorDropbox | connector_dropbox |
ConnectorIDConnectorGmail | connector_gmail |
ConnectorIDConnectorGooglecalendar | connector_googlecalendar |
ConnectorIDConnectorGoogledrive | connector_googledrive |
ConnectorIDConnectorMicrosoftteams | connector_microsoftteams |
ConnectorIDConnectorOutlookcalendar | connector_outlookcalendar |
ConnectorIDConnectorOutlookemail | connector_outlookemail |
ConnectorIDConnectorSharepoint | connector_sharepoint |