objectives property

  1. @JsonKey(name: 'objectives')
DestinyItemObjectiveBlockDefinition? objectives
getter/setter pair

If this item has Objectives (extra tasks that can be accomplished related to the item... most frequently when the item is a Quest Step and the Objectives need to be completed to move on to the next Quest Step), this block will be non-null and the objectives defined herein.

Implementation

@JsonKey(name:'objectives')
DestinyItemObjectiveBlockDefinition? objectives;