peerView property

  1. @JsonKey(name: 'peerView')
DestinyCharacterPeerView? peerView
getter/setter pair

A minimal view of:

  • Equipped items
  • The rendering-related custom options on those equipped items Combined, that should be enough to render all of the items on the equipped character.

Implementation

@JsonKey(name:'peerView')
DestinyCharacterPeerView? peerView;