scope property

  1. @JsonKey(name: 'scope', fromJson: decodeDestinyGatingScope, toJson: encodeDestinyGatingScope)
DestinyGatingScope? scope
getter/setter pair

A shortcut for determining the most restrictive gating that this Objective is set to use. This includes both the dynamic determination of progress and of completion values. See the DestinyGatingScope enum's documentation for more details.

Implementation

@JsonKey(name:'scope',fromJson:decodeDestinyGatingScope,toJson:encodeDestinyGatingScope)
DestinyGatingScope? scope;