MetadataStore constructor

MetadataStore({
  1. String name = '',
  2. Timestamp? createTime,
  3. Timestamp? updateTime,
  4. EncryptionSpec? encryptionSpec,
  5. String description = '',
  6. MetadataStore_MetadataStoreState? state,
  7. MetadataStore_DataplexConfig? dataplexConfig,
})

Implementation

MetadataStore({
  this.name = '',
  this.createTime,
  this.updateTime,
  this.encryptionSpec,
  this.description = '',
  this.state,
  this.dataplexConfig,
}) : super(fullyQualifiedName);