rows property

List<TableRow>? rows
getter/setter pair

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.

Implementation

core.List<TableRow>? rows;