data property

  1. @JsonKey(name: 'data')
DestinyCharacterComponent? data
getter/setter pair

This component contains base properties of the character. You'll probably want to always request this component, but hey you do you.

Implementation

@JsonKey(name:'data')
DestinyCharacterComponent? data;