activityHash property

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

The activity associated with this objective in the context of this item, if any.

Implementation

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