GoogleCloudAiplatformV1ExamplesRestrictionsNamespace constructor

GoogleCloudAiplatformV1ExamplesRestrictionsNamespace({
  1. List<String>? allow,
  2. List<String>? deny,
  3. String? namespaceName,
})

Implementation

GoogleCloudAiplatformV1ExamplesRestrictionsNamespace({
  this.allow,
  this.deny,
  this.namespaceName,
});