destinationHash property

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

Sometimes, a Milestone's quest is related to an entire Destination rather than a specific activity. In that situation, this will be the hash of that Destination. Hotspots are currently the only Milestones that expose this data, but that does not preclude this data from being returned for other Milestones in the future.

Implementation

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