id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v3-connector-dto |
V3ConnectorDto |
V3ConnectorDto |
V3ConnectorDto |
pythonsdk |
| python |
| Python |
| sdk |
| V3ConnectorDto |
| V3ConnectorDto |
|
/tools/sdk/python/v3/models/v3-connector-dto |
| SDK |
| Software Development Kit |
| V3ConnectorDto |
| V3ConnectorDto |
|
V3ConnectorDto
Properties
| Name |
Type |
Description |
Notes |
| name |
str |
The connector name |
[optional] |
| type |
str |
The connector type |
[optional] |
| script_name |
str |
The connector script name |
[optional] |
| class_name |
str |
The connector class name. |
[optional] |
| features |
[]str |
The list of features supported by the connector |
[optional] |
| direct_connect |
bool |
true if the source is a direct connect source |
[optional] [default to False] |
| connector_metadata |
map[string]object |
A map containing metadata pertinent to the connector |
[optional] |
| status |
Enum [ 'DEPRECATED', 'DEVELOPMENT', 'DEMO', 'RELEASED' ] |
The connector status |
[optional] |
| } |
|
|
|
Example
[Back to top]