GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference class
A reference to a source or destination node in a graph edge.
Constructors
-
GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference({List<
String> ? edgeTableColumns, String? nodeAlias, List<String> ? nodeTableColumns}) - GoogleCloudDatacatalogV1GraphSpecGraphElementTableGraphNodeReference.fromJson(Map json_)
Properties
-
edgeTableColumns
↔ List<
String> ? -
The referencing columns in the edge table.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nodeAlias ↔ String?
-
The reference to the source/destination node of the edge.
getter/setter pair
-
nodeTableColumns
↔ List<
String> ? -
The referenced columns of the source node table.
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