GetEntryGroupResult

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)

Types

Link copied to clipboard
object Companion

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.

Link copied to clipboard

The resource name of the entry group in URL format. Example: * projects/{project_id}/locations/{location}/entryGroups/{entry_group_id} Note that this EntryGroup and its child resources may not actually be stored in the location in this name.