GoogleCloudDatacatalogV1EntryGroup class
Entry group metadata.
An EntryGroup
resource represents a logical grouping of zero or more Data
Catalog Entry resources.
Constructors
- GoogleCloudDatacatalogV1EntryGroup({GoogleCloudDatacatalogV1SystemTimestamps? dataCatalogTimestamps, String? description, String? displayName, String? name})
- GoogleCloudDatacatalogV1EntryGroup.fromJson(Map json_)
Properties
- dataCatalogTimestamps ↔ GoogleCloudDatacatalogV1SystemTimestamps?
-
Timestamps of the entry group.
getter/setter pair
- description ↔ String?
-
Entry group description.
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?
-
Identifier.
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