GoogleCloudAiplatformV1AgentTool constructor

GoogleCloudAiplatformV1AgentTool({
  1. Map<String, String>? headers,
  2. String? name,
  3. String? type,
  4. String? url,
})

Implementation

GoogleCloudAiplatformV1AgentTool({
  this.headers,
  this.name,
  this.type,
  this.url,
});