Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DocumentModelBuildOperationDetails

Package version

Get Operation response object.

Hierarchy

Index

Properties

Optional apiVersion

apiVersion: undefined | string

API version used to create this operation.

createdOn

createdOn: Date

Date and time (UTC) when the operation was created.

Optional error

error: ErrorModel

Encountered error.

kind

kind: "documentModelBuild"

Polymorphic discriminator, which specifies the different types this object can be

lastUpdatedOn

lastUpdatedOn: Date

Date and time (UTC) when the status was last updated.

operationId

operationId: string

Operation ID

Optional percentCompleted

percentCompleted: undefined | number

Operation progress (0-100).

resourceLocation

resourceLocation: string

URL of the resource targeted by this operation.

Optional result

Operation result upon success.

status

Operation status.

Optional tags

tags: undefined | {}

List of key-value tag attributes associated with the document model.

Generated using TypeDoc