activityGraphNodes property

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

If the activity and its challenge is visible on any of these nodes, it will be returned.

Implementation

@JsonKey(name:'activityGraphNodes')
List<DestinyMilestoneChallengeActivityGraphNodeEntry>? activityGraphNodes;