phaseHash property
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;