insertionPoints property
- @JsonKey(name: '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;