GoogleCloudDatacatalogLineageV1ProcessLinkInfo class
Link details.
Constructors
- GoogleCloudDatacatalogLineageV1ProcessLinkInfo({String? endTime, String? link, String? startTime})
- GoogleCloudDatacatalogLineageV1ProcessLinkInfo.fromJson(Map json_)
Properties
- endTime ↔ String?
-
The end of the last event establishing this link-process tuple.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- link ↔ String?
-
The name of the link in the format of
projects/{project}/locations/{location}/links/{link}
.getter/setter pair - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
The start of the first event establishing this link-process tuple.
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