GoogleCloudAiplatformV1SemanticGovernancePolicy constructor

GoogleCloudAiplatformV1SemanticGovernancePolicy({
  1. String? agent,
  2. String? agentIdentity,
  3. String? createTime,
  4. String? description,
  5. String? displayName,
  6. String? etag,
  7. List<GoogleCloudAiplatformV1SemanticGovernancePolicyMcpTool>? mcpTools,
  8. String? name,
  9. String? naturalLanguageConstraint,
  10. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1SemanticGovernancePolicy({
  this.agent,
  this.agentIdentity,
  this.createTime,
  this.description,
  this.displayName,
  this.etag,
  this.mcpTools,
  this.name,
  this.naturalLanguageConstraint,
  this.updateTime,
});