activityHash property

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

The hash identifier of the Activity. Use this to look up the DestinyActivityDefinition of the activity.

Implementation

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