selectionScreenDisplayProperties property
- @JsonKey(name: 'selectionScreenDisplayProperties')
getter/setter pair
The title, subtitle, and icon for the activity as determined by Selection Screen data, if there is any for this activity. There won't be data in this field if the activity is never shown in a selection/options screen.
Implementation
@JsonKey(name:'selectionScreenDisplayProperties')
DestinyDisplayPropertiesDefinition? selectionScreenDisplayProperties;