displayProperties property

  1. @JsonKey(name: 'displayProperties')
DestinyDisplayPropertiesDefinition? 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;