displayProperties property

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

The individual quests may have different definitions from the overall milestone: if there's a specific active quest, use these displayProperties instead of that of the overall DestinyMilestoneDefinition.

Implementation

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