DocumentModelSummary interface

Document model summary.

Properties

apiVersion

API version used to create this document model.

createdOn

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

description

Document model description.

expiresOn

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

modelId

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

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}