profileProgression property

  1. @JsonKey(name: 'profileProgression')
SingleComponentResponseOfDestinyProfileProgressionComponent? profileProgression
getter/setter pair

When we have progression information - such as Checklists - that may apply profile-wide, it will be returned here rather than in the per-character progression data. COMPONENT TYPE: ProfileProgression

Implementation

@JsonKey(name:'profileProgression')
SingleComponentResponseOfDestinyProfileProgressionComponent? profileProgression;