data property

  1. @JsonKey(name: 'data')
DestinyItemObjectivesComponent? data
getter/setter pair

Items can have objectives and progression. When you request this block, you will obtain information about any Objectives and progression tied to this item.

Implementation

@JsonKey(name:'data')
DestinyItemObjectivesComponent? data;