objectives property

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

If the item has a hard association with objectives, your progress on them will be defined here. Objectives are our standard way to describe a series of tasks that have to be completed for a reward.

Implementation

@JsonKey(name:'objectives')
List<DestinyObjectiveProgress>? objectives;