parentLocationId property
The new parent location to move the location under.
Implementation
@$pb.TagNumber(3)
$core.String get parentLocationId => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set parentLocationId($core.String v) { $_setString(2, v); }