displayProperties property
- @JsonKey(name: 'displayProperties')
getter/setter pair
Any basic display info we know about the Artifact. Currently sourced from a related inventory item, but the source of this data is subject to change.
Implementation
@JsonKey(name:'displayProperties')
DestinyDisplayPropertiesDefinition? displayProperties;