trackedRecordHash property

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

If this profile is tracking a record, this is the hash identifier of the record it is tracking.

Implementation

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