GoogleCloudDataplexV1Lake constructor
GoogleCloudDataplexV1Lake({
- GoogleCloudDataplexV1AssetStatus? assetStatus,
- String? createTime,
- String? description,
- String? displayName,
- Map<
String, String> ? labels, - GoogleCloudDataplexV1LakeMetastore? metastore,
- GoogleCloudDataplexV1LakeMetastoreStatus? metastoreStatus,
- String? name,
- String? serviceAccount,
- String? state,
- String? uid,
- String? updateTime,
Implementation
GoogleCloudDataplexV1Lake({
this.assetStatus,
this.createTime,
this.description,
this.displayName,
this.labels,
this.metastore,
this.metastoreStatus,
this.name,
this.serviceAccount,
this.state,
this.uid,
this.updateTime,
});