style property

  1. @JsonKey(name: 'style', fromJson: decodeDestinyObjectiveGrantStyle, toJson: encodeDestinyObjectiveGrantStyle)
DestinyObjectiveGrantStyle? style
getter/setter pair

Whether it will be applied as long as the objective is active, when it's completed, or until it's completed.

Implementation

@JsonKey(name:'style',fromJson:decodeDestinyObjectiveGrantStyle,toJson:encodeDestinyObjectiveGrantStyle)
DestinyObjectiveGrantStyle? style;