activityGraphNodeHash property

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

The Activity Graph Node being pointed to by this location. (Remember that Activity Graph Node hashes are only unique within an Activity Graph: so use the combination to find the node being spoken of)

Implementation

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