primaryOrgIdentity property
- @TagNumber(9)
The organization that is the primary owner of the location.
Implementation
@$pb.TagNumber(9)
OrganizationIdentity get primaryOrgIdentity => $_getN(8);
- @TagNumber(9)
Implementation
@$pb.TagNumber(9)
set primaryOrgIdentity(OrganizationIdentity v) { setField(9, v); }