organizationId property
- @TagNumber(2)
Organization ID to unshare the location with.
Implementation
@$pb.TagNumber(2)
$core.String get organizationId => $_getSZ(1);
- @TagNumber(2)
Implementation
@$pb.TagNumber(2)
set organizationId($core.String v) { $_setString(1, v); }