perkHash property

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

The hash identifier for the perk, which can be used to look up DestinySandboxPerkDefinition if it exists. Be warned, perks frequently do not have user-viewable information. You should examine whether you actually found a name/description in the perk's definition before you show it to the user.

Implementation

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