AuthorizeCopyRequest interface
Request body to authorize document model copy.
Properties
description | Document model description. |
model |
Unique document model name. |
tags | List of key-value tag attributes associated with the document model. |
Property Details
description
Document model description.
description?: string
Property Value
string
modelId
Unique document model name.
modelId: string
Property Value
string
tags
List of key-value tag attributes associated with the document model.
tags?: Record<string, string>
Property Value
Record<string, string>