activityHash property

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

The hash identifier of the activity that's been chosen to be considered the canonical "conceptual" activity definition. This may have many variants, defined herein.

Implementation

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