type property

String? type
getter/setter pair

The type of relationship between the schema paths.

Output only. Possible string values are:

  • "TYPE_UNSPECIFIED" : The type of the schema relationship is unspecified.
  • "SCHEMA_JOIN" : Indicates a join relationship between the schema fields.

Implementation

core.String? type;