global class CdpQueryOutputV2 { global List data; global String dataspace; global Boolean done; global String endTime; global Map metadata; global String nextBatchId; global String queryId; global Integer rowCount; global String startTime; global CdpQueryOutputV2() { } global Object clone() { } global Boolean equals(Object obj) { } global Double getBuildVersion() { } global Integer hashCode() { } global String toString() { } }