referenceId property

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

The unique hash identifier of the DestinyActivityDefinition that was played. If I had this to do over, it'd be named activityHash. Too late now.

Implementation

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