guidedGame property

  1. @JsonKey(name: 'guidedGame')
DestinyActivityGuidedBlockDefinition? guidedGame
getter/setter pair

This block of data, if it exists, provides information about the guided game experience and restrictions for this activity. If it doesn't exist, the game is not able to be played as a guided game.

Implementation

@JsonKey(name:'guidedGame')
DestinyActivityGuidedBlockDefinition? guidedGame;