Toolset constructor

Toolset({
  1. ConnectorToolset? connectorToolset,
  2. String? createTime,
  3. String? description,
  4. String? displayName,
  5. String? etag,
  6. String? executionType,
  7. McpToolset? mcpToolset,
  8. String? name,
  9. OpenApiToolset? openApiToolset,
  10. String? timeout,
  11. ToolFakeConfig? toolFakeConfig,
  12. 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,
});