encodeForumRecruitmentIntensityLabel function
Implementation
int? encodeForumRecruitmentIntensityLabel (ForumRecruitmentIntensityLabel? value) {
return value?.value;
}
int? encodeForumRecruitmentIntensityLabel (ForumRecruitmentIntensityLabel? value) {
return value?.value;
}