objective property

  1. @JsonKey(name: 'objective')
DestinyObjectiveProgress? objective
getter/setter pair

An optional property: presentation nodes MAY have objectives, which can be used to infer more human readable data about the progress. However, progressValue and completionValue ought to be considered the canonical values for progress on Progression Nodes.

Implementation

@JsonKey(name:'objective')
DestinyObjectiveProgress? objective;