GoogleCloudDataplexV1Entry class
An entry is a representation of a data asset which can be described by various metadata.
Constructors
-
GoogleCloudDataplexV1Entry({Map<
String, GoogleCloudDataplexV1Aspect> ? aspects, String? createTime, GoogleCloudDataplexV1EntrySource? entrySource, String? entryType, String? fullyQualifiedName, String? name, String? parentEntry, String? updateTime}) - GoogleCloudDataplexV1Entry.fromJson(Map json_)
Properties
-
aspects
↔ Map<
String, GoogleCloudDataplexV1Aspect> ? -
The Aspects attached to the Entry.
getter/setter pair
- createTime ↔ String?
-
The time when the Entry was created.
getter/setter pair
- entrySource ↔ GoogleCloudDataplexV1EntrySource?
-
Source system related information for an entry.
getter/setter pair
- entryType ↔ String?
-
The resource name of the EntryType used to create this Entry.
getter/setter pair
- fullyQualifiedName ↔ String?
-
A name for the entry that can reference it in an external system.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- parentEntry ↔ String?
-
The resource name of the parent entry.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updateTime ↔ String?
-
The time when the Entry was last updated.
getter/setter pair
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