displayProperties property
- @JsonKey(name: 'displayProperties')
getter/setter pair
The display properties of this bubble, so you don't have to look them up in a separate list anymore.
Implementation
@JsonKey(name:'displayProperties')
DestinyDisplayPropertiesDefinition? displayProperties;