activityHash property

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

Hash ID that can be looked up in the DestinyActivityTable.

Implementation

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