style property
- @JsonKey(name: 'style', fromJson: decodeDestinyObjectiveGrantStyle, toJson: encodeDestinyObjectiveGrantStyle)
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;