activities property

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

A Milestone can now be represented by one or more activities directly (without a backing Quest), and that activity can have many challenges, modifiers, and related to it.

Implementation

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