referenceId property
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;
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.
@JsonKey(name:'referenceId')
int? referenceId;