modes property
The list of all Activity Modes to which this activity applies, including aggregates. This will let you see, for example, whether the activity was both Clash and part of the Trials of the Nine event.
Implementation
@JsonKey(name:'modes')
List<DestinyActivityModeType>? modes;