activity property

  1. @JsonKey(name: 'activity')
DestinyPublicMilestoneActivity? activity
getter/setter pair

A milestone need not have an active activity, but if there is one it will be returned here, along with any variant and additional information.

Implementation

@JsonKey(name:'activity')
DestinyPublicMilestoneActivity? activity;