profiles property

  1. @JsonKey(name: 'profiles')
List<DestinyProfileUserInfoCard>? profiles
getter/setter pair

Any Destiny account for whom we could successfully pull characters will be returned here, as the Platform-level summary of user data. (no character data, no Destiny account data other than the Membership ID and Type so you can make further queries)

Implementation

@JsonKey(name:'profiles')
List<DestinyProfileUserInfoCard>? profiles;