objectiveHash property

  1. @JsonKey(name: 'objectiveHash')
int? objectiveHash
getter/setter pair

If this presentation node shows a related objective (for instance, if it tracks the progress of its children), the objective being tracked is indicated here.

Implementation

@JsonKey(name:'objectiveHash')
int? objectiveHash;