status property

  1. @JsonKey(name: 'status')
DestinyQuestStatus? status
getter/setter pair

The current status of the quest for the character making the request.

Implementation

@JsonKey(name:'status')
DestinyQuestStatus? status;