itemHash property

  1. @JsonKey(name: 'itemHash')
int? itemHash
getter/setter pair

OPTIONAL - If this is tracking the status of a DestinyInventoryItemDefinition, this is the identifier for that item.

Implementation

@JsonKey(name:'itemHash')
int? itemHash;