displayProperties property

  1. @JsonKey(name: 'displayProperties')
DestinyDisplayPropertiesDefinition? displayProperties
getter/setter pair

These display properties are by no means guaranteed to be populated. Usually when it is, it's only because we back-filled them with the displayProperties of some Talent Node or Plug item that happened to be uniquely providing that perk.

Implementation

@JsonKey(name:'displayProperties')
DestinyDisplayPropertiesDefinition? displayProperties;