id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-connector-detail |
ConnectorDetail |
ConnectorDetail |
ConnectorDetail |
pythonsdk |
| python |
| Python |
| sdk |
| ConnectorDetail |
| BetaConnectorDetail |
|
/tools/sdk/python/beta/models/connector-detail |
| SDK |
| Software Development Kit |
| ConnectorDetail |
| BetaConnectorDetail |
|
ConnectorDetail
Properties
| Name |
Type |
Description |
Notes |
| name |
str |
The connector name |
[optional] |
| source_config_xml |
str |
XML representation of the source config data |
[optional] |
| source_config |
str |
JSON representation of the source config data |
[optional] |
| direct_connect |
bool |
true if the source is a direct connect source |
[optional] |
| file_upload |
bool |
Connector config's file upload attribute, false if not there |
[optional] |
| uploaded_files |
str |
List of uploaded file strings for the connector |
[optional] |
| connector_metadata |
object |
Object containing metadata pertinent to the UI to be used |
[optional] |
| } |
|
|
|
Example
[Back to top]