insertionPoints property

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

The list of phases or points of entry into an activity, along with information we can use to determine their gating and availability.

Implementation

@JsonKey(name:'insertionPoints')
List<DestinyActivityInsertionPointDefinition>? insertionPoints;