displayObjectives property

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

Objectives can display on maps, and this is supposedly metadata for that. I have not had the time to analyze the details of what is useful within however: we could be missing important data to make this work. Expect this property to be expanded on later if possible.

Implementation

@JsonKey(name:'displayObjectives')
List<DestinyActivityGraphDisplayObjectiveDefinition>? displayObjectives;