Get Zone Result
data class GetZoneResult(val assetStatus: GoogleCloudDataplexV1AssetStatusResponse, val createTime: String, val description: String, val discoverySpec: GoogleCloudDataplexV1ZoneDiscoverySpecResponse, val displayName: String, val labels: Map<String, String>, val name: String, val resourceSpec: GoogleCloudDataplexV1ZoneResourceSpecResponse, val state: String, val type: String, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
constructor(assetStatus: GoogleCloudDataplexV1AssetStatusResponse, createTime: String, description: String, discoverySpec: GoogleCloudDataplexV1ZoneDiscoverySpecResponse, displayName: String, labels: Map<String, String>, name: String, resourceSpec: GoogleCloudDataplexV1ZoneResourceSpecResponse, state: String, type: String, uid: String, updateTime: String)
Properties
Link copied to clipboard
Aggregated status of the underlying assets of the zone.
Link copied to clipboard
The time when the zone was created.
Link copied to clipboard
Optional. Description of the zone.
Link copied to clipboard
Optional. Specification of the discovery feature applied to data in this zone.
Link copied to clipboard
Optional. User friendly display name.
Link copied to clipboard
Specification of the resources that are referenced by the assets within this zone.
Link copied to clipboard
The time when the zone was last updated.