displayProperties property

  1. @JsonKey(name: 'displayProperties')
DestinyDisplayPropertiesDefinition? displayProperties
getter/setter pair

The title, subtitle, and icon for the activity. We do a little post-processing on this to try and account for Activities where the designers have left this data too minimal to determine what activity is actually being played.

Implementation

@JsonKey(name:'displayProperties')
DestinyDisplayPropertiesDefinition? displayProperties;