item property

  1. @JsonKey(name: 'item')
DestinyItemResponse? item
getter/setter pair

The response object for retrieving an individual instanced item. None of these components are relevant for an item that doesn't have an "itemInstanceId": for those, get your information from the DestinyInventoryDefinition.

Implementation

@JsonKey(name:'item')
DestinyItemResponse? item;