activity property
IF the Milestone has an active Activity that can give you greater details about what you need to do, it will be returned here. Remember to associate this with the DestinyMilestoneDefinition's activities to get details about the activity, including what specific quest it is related to if you have multiple quests to choose from.
Implementation
@JsonKey(name:'activity')
DestinyMilestoneActivity? activity;