GetDataTaxonomyResult

data class GetDataTaxonomyResult(val attributeCount: Int, val createTime: String, val description: String, val displayName: String, val etag: String, val labels: Map<String, String>, val name: String, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetDataTaxonomyResult(attributeCount: Int, createTime: String, description: String, displayName: String, etag: String, labels: Map<String, String>, name: String, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The number of attributes in the DataTaxonomy.

Link copied to clipboard

The time when the DataTaxonomy was created.

Link copied to clipboard

Optional. Description of the DataTaxonomy.

Link copied to clipboard

Optional. User friendly display name.

Link copied to clipboard

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Link copied to clipboard

Optional. User-defined labels for the DataTaxonomy.

Link copied to clipboard

The relative resource name of the DataTaxonomy, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{data_taxonomy_id}.

Link copied to clipboard
val uid: String

System generated globally unique ID for the dataTaxonomy. This ID will be different if the DataTaxonomy is deleted and re-created with the same name.

Link copied to clipboard

The time when the DataTaxonomy was last updated.