objectives property

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

Information specifically about the item's objectives. COMPONENT TYPE: ItemObjectives

Implementation

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