OBJECT
1type DatasetQueryCursor {23# Cursor Id of the query.4cursorId: ID 56# Dataset Id of the query.7datasetId: ID 89# Total Number of records present in the dataset10rowcount: Int 1112# The starting index for records that were returned in this query.13offset: Int 1415isDone: Boolean 1617data: [DatasetRow] 1819}