code property
@mandatory
@description The unique internal enterprise code assigned to the individual, utilized for cross-referencing external platforms.
@example "EMP-2026-992"
@regex .+
@format Must be a non-empty string.
Implementation
@$pb.TagNumber(11)
$core.String get code => $_getSZ(5);
Implementation
@$pb.TagNumber(11)
set code($core.String value) => $_setString(5, value);