Package version:

Interface DocumentModelSummary

Document model summary.

Hierarchy

  • DocumentModelSummary

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.

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