GoogleCloudDatacatalogLineageV1LineageEvent class
A lineage event represents an operation on assets.
Within the operation, the data flows from the source to the target defined in the links field.
Constructors
-
GoogleCloudDatacatalogLineageV1LineageEvent({String? endTime, List<
GoogleCloudDatacatalogLineageV1EventLink> ? links, String? name, String? startTime}) - GoogleCloudDatacatalogLineageV1LineageEvent.fromJson(Map json_)
Properties
- endTime ↔ String?
-
The end of the transformation which resulted in this lineage event.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
links
↔ List<
GoogleCloudDatacatalogLineageV1EventLink> ? -
List of source-target pairs.
getter/setter pair
- name ↔ String?
-
The resource name of the lineage event.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
The beginning of the transformation which resulted in this lineage event.
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