completionRecordHash property

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

If this presentation node has an associated "Record" that you can accomplish for completing its children, this is the identifier of that Record.

Implementation

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