code property
@optional
@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(4);
Implementation
@$pb.TagNumber(11)
set code($core.String value) => $_setString(4, value);