itemCategories property

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

If DPS has defined items related to this Milestone, they can categorize those items in the Firehose. That data will then be returned as item categories here.

Implementation

@JsonKey(name:'itemCategories')
List<DestinyMilestoneContentItemCategory>? itemCategories;