GoogleCloudAiplatformV1MetadataStore constructor

GoogleCloudAiplatformV1MetadataStore({
  1. String? createTime,
  2. GoogleCloudAiplatformV1MetadataStoreDataplexConfig? dataplexConfig,
  3. String? description,
  4. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  5. String? name,
  6. GoogleCloudAiplatformV1MetadataStoreMetadataStoreState? state,
  7. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1MetadataStore({
  this.createTime,
  this.dataplexConfig,
  this.description,
  this.encryptionSpec,
  this.name,
  this.state,
  this.updateTime,
});