OperationResultInfo interface
Operation result info.
- Extends
Properties
| job |
List of jobs created by this operation. |
| object |
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"