profile property

  1. @JsonKey(name: 'profile')
SingleComponentResponseOfDestinyProfileComponent? profile
getter/setter pair

The basic information about the Destiny Profile (formerly "Account"). COMPONENT TYPE: Profiles

Implementation

@JsonKey(name:'profile')
SingleComponentResponseOfDestinyProfileComponent? profile;