Get Entry Group Result
data class GetEntryGroupResult(val dataCatalogTimestamps: GoogleCloudDatacatalogV1SystemTimestampsResponse, val description: String, val displayName: String, val name: String)
Constructors
Link copied to clipboard
constructor(dataCatalogTimestamps: GoogleCloudDatacatalogV1SystemTimestampsResponse, description: String, displayName: String, name: String)
Properties
Link copied to clipboard
Timestamps of the entry group. Default value is empty.
Link copied to clipboard
Entry group description. Can consist of several sentences or paragraphs that describe the 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.