GetEntryGroupResult

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)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

The resource name of the entry group in URL format. Note: The entry group itself and its child resources might not be stored in the location specified in its name.