encodeForumRecruitmentIntensityLabel function

int? encodeForumRecruitmentIntensityLabel(
  1. ForumRecruitmentIntensityLabel? value
)

Implementation

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