parentHashes property
The hash identifiers of the DestinyActivityModeDefinitions that represent all of the "parent" modes for this mode. For instance, the Nightfall Mode is also a member of AllStrikes and AllPvE.
Implementation
@JsonKey(name:'parentHashes')
List<int>? parentHashes;