showInExplorer property

  1. @JsonKey(name: 'showInExplorer')
bool? showInExplorer
getter/setter pair

If TRUE, this entry should be returned in the list of milestones for the "Explore Destiny" (i.e. new BNet homepage) features of Bungie.net (as long as the underlying event is active) Note that this is a property specifically used by BNet and the companion app for the "Live Events" feature of the front page/welcome view: it's not a reflection of what you see in-game.

Implementation

@JsonKey(name:'showInExplorer')
bool? showInExplorer;