activities property

  1. @JsonKey(name: 'activities')
List<DestinyMilestoneChallengeActivity>? activities
getter/setter pair

The currently active Activities in this milestone, when the Milestone is driven by Challenges. Not all Milestones have Challenges, but when they do this will indicate the Activities and Challenges under those Activities related to this Milestone.

Implementation

@JsonKey(name:'activities')
List<DestinyMilestoneChallengeActivity>? activities;