phaseHash property

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

In DestinyActivityDefinition, if the activity has phases, there will be a set of phases defined in the "insertionPoints" property. This is the hash that maps to that phase.

Implementation

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