groupHash property

  1. @JsonKey(name: 'groupHash')
int? groupHash
getter/setter pair

The identifier for this exclusive group. Only guaranteed unique within the talent grid, not globally.

Implementation

@JsonKey(name:'groupHash')
int? groupHash;