perkHash property

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

The hash identifier of the DestinySandboxPerkDefinition that will be applied to the character.

Implementation

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