GoogleCloudAiplatformV1IndexDatapointRestriction constructor

GoogleCloudAiplatformV1IndexDatapointRestriction({
  1. List<String>? allowList,
  2. List<String>? denyList,
  3. String? namespace,
})

Implementation

GoogleCloudAiplatformV1IndexDatapointRestriction({
  this.allowList,
  this.denyList,
  this.namespace,
});