GoogleCloudApihubV1Config constructor

GoogleCloudApihubV1Config({
  1. String? cmekKeyName,
  2. bool? disableSearch,
  3. String? encryptionType,
  4. String? vertexLocation,
})

Implementation

GoogleCloudApihubV1Config({
  this.cmekKeyName,
  this.disableSearch,
  this.encryptionType,
  this.vertexLocation,
});