primaryOrgIdentity property

  1. @TagNumber(9)
OrganizationIdentity get primaryOrgIdentity

The organization that is the primary owner of the location.

Implementation

@$pb.TagNumber(9)
OrganizationIdentity get primaryOrgIdentity => $_getN(8);
  1. @TagNumber(9)
set primaryOrgIdentity (OrganizationIdentity v)

Implementation

@$pb.TagNumber(9)
set primaryOrgIdentity(OrganizationIdentity v) { setField(9, v); }