MetadataStore constructor
MetadataStore({
- String name = '',
- Timestamp? createTime,
- Timestamp? updateTime,
- EncryptionSpec? encryptionSpec,
- String description = '',
- MetadataStore_MetadataStoreState? state,
- MetadataStore_DataplexConfig? dataplexConfig,
Implementation
MetadataStore({
this.name = '',
this.createTime,
this.updateTime,
this.encryptionSpec,
this.description = '',
this.state,
this.dataplexConfig,
}) : super(fullyQualifiedName);