interface MoveEquipmentOutputResponse {
    contract: ListOperationContract;
    items: MoveEquipmentExternalInstanceInput[];
    jobName?: string;
    updateTime?: string;
    updateType?: Train10MoveType;
}

Hierarchy (view full)

Properties

jobName?: string
updateTime?: string
updateType?: Train10MoveType