DocumentModelDetails interface
Document model info.
Properties
api |
API version used to create this document model. |
created |
Date and time (UTC) when the document model was created. |
description | Document model description. |
doc |
Supported document types. |
expires |
Date and time (UTC) when the document model will expire. |
model |
Unique document model name. |
tags | List of key-value tag attributes associated with the document model. |
Property Details
apiVersion
API version used to create this document model.
apiVersion?: string
Property Value
string
createdOn
Date and time (UTC) when the document model was created.
createdOn: Date
Property Value
Date
description
Document model description.
description?: string
Property Value
string
docTypes
Supported document types.
docTypes?: {[propertyName: string]: DocumentTypeDetails}
Property Value
{[propertyName: string]: DocumentTypeDetails}
expiresOn
Date and time (UTC) when the document model will expire.
expiresOn?: Date
Property Value
Date
modelId
Unique document model name.
modelId: string
Property Value
string
tags
List of key-value tag attributes associated with the document model.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}