Toolset constructor
Toolset({
- ConnectorToolset? connectorToolset,
- String? createTime,
- String? description,
- String? displayName,
- String? etag,
- String? executionType,
- McpToolset? mcpToolset,
- String? name,
- OpenApiToolset? openApiToolset,
- String? timeout,
- ToolFakeConfig? toolFakeConfig,
- String? updateTime,
Implementation
Toolset({
this.connectorToolset,
this.createTime,
this.description,
this.displayName,
this.etag,
this.executionType,
this.mcpToolset,
this.name,
this.openApiToolset,
this.timeout,
this.toolFakeConfig,
this.updateTime,
});