Get Entry Group Result
data class GetEntryGroupResult(val dataCatalogTimestamps: GoogleCloudDatacatalogV1beta1SystemTimestampsResponse, val description: String, val displayName: String, val name: String)
Constructors
Link copied to clipboard
constructor(dataCatalogTimestamps: GoogleCloudDatacatalogV1beta1SystemTimestampsResponse, description: String, displayName: String, name: String)
Properties
Link copied to clipboard
Timestamps about this EntryGroup. Default value is empty timestamps.
Link copied to clipboard
Entry group description, which can consist of several sentences or paragraphs that describe entry group contents. Default value is an empty string.
Link copied to clipboard
A short name to identify the entry group, for example, "analytics data - jan 2011". Default value is an empty string.