GoogleCloudAiplatformV1SemanticGovernancePolicyEngine constructor

GoogleCloudAiplatformV1SemanticGovernancePolicyEngine({
  1. String? createTime,
  2. Map<String, GoogleCloudAiplatformV1GatewayConfig>? gatewayConfigs,
  3. String? ipAddress,
  4. String? name,
  5. String? pscForwardingRule,
  6. String? pscServiceAttachment,
  7. String? state,
  8. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1SemanticGovernancePolicyEngine({
  this.createTime,
  this.gatewayConfigs,
  this.ipAddress,
  this.name,
  this.pscForwardingRule,
  this.pscServiceAttachment,
  this.state,
  this.updateTime,
});