OBJECT
1type BatchActionResultList implements Page {23records: [TDOBatchJobActionResult] 45offset: Int! 67limit: Int! 89count: Int 1011}