relationType property

String? relationType
getter/setter pair

The type of the relationship.

Required. Possible string values are:

  • "RELATION_TYPE_UNSPECIFIED" : Type unspecified.
  • "DEPARTMENT_OF" : This represents a relation between 2 locations which share one physical area, same brand/upper management/organization, but with different key attributes like store hours or phone numbers. For example, Costco Pharmacy is a department in Costco Wholesale.
  • "INDEPENDENT_ESTABLISHMENT_IN" : This represents the cases where 2 locations are co-located in the same physical location, but from different companies (e.g. Starbucks in a Safeway, shops in a mall).

Implementation

core.String? relationType;