Package version:

Interface DocumentModelDetails

Document model info.

Hierarchy

  • DocumentModelDetails

Properties

apiVersion?: string

API version used to create this document model.

createdOn: Date

Date and time (UTC) when the document model was created.

description?: string

Document model description.

docTypes?: {
    [propertyName: string]: DocumentTypeDetails;
}

Supported document types.

Type declaration

expiresOn?: any

Date and time (UTC) when the document model will expire.

modelId: string

Unique document model name.

tags?: {
    [propertyName: string]: string;
}

List of key-value tag attributes associated with the document model.

Type declaration

  • [propertyName: string]: string

Generated using TypeDoc