GoogleCloudDataplexV1Zone constructor
GoogleCloudDataplexV1Zone({
- GoogleCloudDataplexV1AssetStatus? assetStatus,
- String? createTime,
- String? description,
- GoogleCloudDataplexV1ZoneDiscoverySpec? discoverySpec,
- String? displayName,
- Map<
String, String> ? labels, - String? name,
- GoogleCloudDataplexV1ZoneResourceSpec? resourceSpec,
- String? state,
- String? type,
- String? uid,
- String? updateTime,
Implementation
GoogleCloudDataplexV1Zone({
this.assetStatus,
this.createTime,
this.description,
this.discoverySpec,
this.displayName,
this.labels,
this.name,
this.resourceSpec,
this.state,
this.type,
this.uid,
this.updateTime,
});