Skip to main content
Version: 3.2

Connection 连接

结构声明

interface Connection {
"concept": "Connection", // 产品概念
"namespace": string, // namespace
"name": string, // 连接名称
"title": string, // 连接标题
"properties": Array<ConfigProperty>, // 配置属性列表
}

示例

简单示例

{
"concept": "Connection",
"namespace": "String",
"name": "String",
"title": "String"
}