data property

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

This component holds activity data for a character. It will tell you about the character's current activity status, as well as activities that are available to the user.

Implementation

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