OperationResultInfo interface

Operation result info.

Extends

Properties

jobList

List of jobs created by this operation.

objectType

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

Property Details

jobList

List of jobs created by this operation.

jobList?: string[]

Property Value

string[]

objectType

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

objectType: "OperationResultInfo"

Property Value

"OperationResultInfo"