recruitable property

  1. @JsonKey(name: 'recruitable')
bool? recruitable
getter/setter pair

If True, then the Milestone has been integrated with BNet's recruiting feature.

Implementation

@JsonKey(name:'recruitable')
bool? recruitable;