GoogleCloudAiplatformV1SemanticGovernancePolicyMcpTool constructor

GoogleCloudAiplatformV1SemanticGovernancePolicyMcpTool({
  1. String? mcpServer,
  2. List<String>? tools,
})

Implementation

GoogleCloudAiplatformV1SemanticGovernancePolicyMcpTool({
  this.mcpServer,
  this.tools,
});