Document Identifiers
data class DocumentIdentifiers(val permanentId: String, val sourcePdfSha256: String?, val changingId: String?, val layerName: String?)
Data class representing the document identifiers.
Parameters
permanent Id
The permanent identifier of the document.
changing Id
The changing identifier of the document.
layer Name
Name of the layer that specifies the annotations to use. Only for Instant. If non null, means it is instant document. If empty layer is considered as default.