GoogleCloudDataplexV1DataDocumentationResultSchemaRelationship class
Details of the relationship between the schema of two resources.
Constructors
-
GoogleCloudDataplexV1DataDocumentationResultSchemaRelationship({GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths? leftSchemaPaths, GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths? rightSchemaPaths, List<
String> ? sources, String? type}) - GoogleCloudDataplexV1DataDocumentationResultSchemaRelationship.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- leftSchemaPaths ↔ GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths?
-
An ordered list of fields for the join from the first table.
getter/setter pair
- rightSchemaPaths ↔ GoogleCloudDataplexV1DataDocumentationResultSchemaRelationshipSchemaPaths?
-
An ordered list of fields for the join from the second table.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
sources
↔ List<
String> ? -
Sources which generated the schema relation edge.
getter/setter pair
- type ↔ String?
-
The type of relationship between the schema paths.
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