data property
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;
This component contains base properties of the character. You'll probably want to always request this component, but hey you do you.
@JsonKey(name:'data')
DestinyCharacterComponent? data;