rows property
An object with as many results as can be contained within the maximum permitted reply size.
To get any additional rows, you can call GetQueryResults and specify the jobReference returned above.
Implementation
core.List<TableRow>? rows;