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. Present only when the query completes successfully. The REST-based representation of this data leverages a series of JSON f,v objects for indicating fields and values.
Implementation
core.List<TableRow>? rows;