optionalUnlockStrings property

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

If there are status strings related to the activity and based on internal state of the game, account, or character, then this will be the definition of those strings and the states needed in order for the strings to be shown.

Implementation

@JsonKey(name:'optionalUnlockStrings')
List<DestinyActivityUnlockStringDefinition>? optionalUnlockStrings;