activityHash property

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

The hash identifier of the Activity that can be played. Use it to look up the DestinyActivityDefinition.

Implementation

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