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