completionStatus property

  1. @JsonKey(name: 'completionStatus')
DestinyMilestoneActivityCompletionStatus? completionStatus
getter/setter pair

An OPTIONAL component: if it makes sense to talk about this activity variant in terms of whether or not it has been completed or what progress you have made in it, this will be returned. Otherwise, this will be NULL.

Implementation

@JsonKey(name:'completionStatus')
DestinyMilestoneActivityCompletionStatus? completionStatus;