DocumentModelComposeOperationDetailsOutput interface     
Get Operation response object.
- Extends
 
Inherited Properties
| api | 
	API version used to create this operation.  | 
| created | 
	Date and time (UTC) when the operation was created.  | 
| error | Encountered error.  | 
| last | 
	Date and time (UTC) when the status was last updated.  | 
| operation | 
	Operation ID  | 
| percent | 
	Operation progress (0-100).  | 
| resource | 
	URL of the resource targeted by this operation.  | 
| status | Operation status. notStarted, running, completed, or failed Possible values: "notStarted", "running", "failed", "succeeded", "completed", "canceled"  | 
| tags | List of key-value tag attributes associated with the document model.  | 
Property Details
kind
Type of operation.
kind: "documentModelCompose"
				Property Value
"documentModelCompose"
result
Operation result upon success.
result?: DocumentModelDetailsOutput
				Property Value
Inherited Property Details
		apiVersion
	 
	API version used to create this operation.
apiVersion?: string
				Property Value
string
Inherited From OperationDetailsOutputParent.apiVersion
		createdDateTime
	  
	Date and time (UTC) when the operation was created.
createdDateTime: string
				Property Value
string
Inherited From OperationDetailsOutputParent.createdDateTime
error
Encountered error.
error?: ErrorModelOutput
				Property Value
Inherited From OperationDetailsOutputParent.error
		lastUpdatedDateTime
	   
	Date and time (UTC) when the status was last updated.
lastUpdatedDateTime: string
				Property Value
string
Inherited From OperationDetailsOutputParent.lastUpdatedDateTime
		operationId
	 
	Operation ID
operationId: string
				Property Value
string
Inherited From OperationDetailsOutputParent.operationId
		percentCompleted
	 
	Operation progress (0-100).
percentCompleted?: number
				Property Value
number
Inherited From OperationDetailsOutputParent.percentCompleted
		resourceLocation
	 
	URL of the resource targeted by this operation.
resourceLocation: string
				Property Value
string
Inherited From OperationDetailsOutputParent.resourceLocation
status
Operation status. notStarted, running, completed, or failed
Possible values: "notStarted", "running", "failed", "succeeded", "completed", "canceled"
status: string
				Property Value
string
Inherited From OperationDetailsOutputParent.status
tags
List of key-value tag attributes associated with the document model.
tags?: Record<string, string>
				Property Value
Record<string, string>
Inherited From OperationDetailsOutputParent.tags