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>
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript