activityHash property

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

IF the Objective is related to a specific Activity, this will be that activity's hash. Use it to look up the DestinyActivityDefinition for additional data to show.

Implementation

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