objectiveHash property

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

If this is populated, this is an objective related to the location.

Implementation

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