parentLocationId property
Location ID of the parent location.
Implementation
@$pb.TagNumber(4)
$core.String get parentLocationId => $_getSZ(3);
Implementation
@$pb.TagNumber(4)
set parentLocationId($core.String v) { $_setString(3, v); }
Location ID of the parent location.
@$pb.TagNumber(4)
$core.String get parentLocationId => $_getSZ(3);
@$pb.TagNumber(4)
set parentLocationId($core.String v) { $_setString(3, v); }