GoogleCloudDatacatalogV1beta1EntryGroup class
EntryGroup Metadata.
An EntryGroup resource represents a logical grouping of zero or more Data Catalog Entry resources.
Constructors
- GoogleCloudDatacatalogV1beta1EntryGroup({GoogleCloudDatacatalogV1beta1SystemTimestamps? dataCatalogTimestamps, String? description, String? displayName, String? name})
- GoogleCloudDatacatalogV1beta1EntryGroup.fromJson(Map _json)
Properties
- dataCatalogTimestamps ↔ GoogleCloudDatacatalogV1beta1SystemTimestamps?
-
Timestamps about this EntryGroup.
getter/setter pair
- description ↔ String?
-
Entry group description, which can consist of several sentences or
paragraphs that describe entry group contents.
getter/setter pair
- displayName ↔ String?
-
A short name to identify the entry group, for example, "analytics data -
jan 2011".
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
The resource name of the entry group in URL format.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited