activityGraphEntries property

  1. @JsonKey(name: 'activityGraphEntries')
List<DestinyActivityGraphListEntryDefinition>? activityGraphEntries
getter/setter pair

If the Destination has default Activity Graphs (i.e. "Map") that should be shown in the director, this is the list of those Graphs. At most, only one should be active at any given time for a Destination: these would represent, for example, different variants on a Map if the Destination is changing on a macro level based on game state.

Implementation

@JsonKey(name:'activityGraphEntries')
List<DestinyActivityGraphListEntryDefinition>? activityGraphEntries;