activityHash property

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

OPTIONAL - If this is tracking the status of a DestinyActivityDefinition, this is the identifier for that activity.

Implementation

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