GoogleCloudDatacatalogLineageV1Run class

A lineage run represents an execution of a process that creates lineage events.

Constructors

GoogleCloudDatacatalogLineageV1Run({Map<String, Object?>? attributes, String? displayName, String? endTime, String? name, String? startTime, String? state})
GoogleCloudDatacatalogLineageV1Run.fromJson(Map json_)

Properties

attributes Map<String, Object?>?
The attributes of the run.
getter/setter pair
displayName String?
A human-readable name you can set to display in a user interface.
getter/setter pair
endTime String?
The timestamp of the end of the run.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The resource name of the run.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
The timestamp of the start of the run.
getter/setter pair
state String?
The state of the run.
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