ListTableRowsRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The maximum number of rows to return in each page of the results.

Link copied to clipboard

This parameter is optional. If a nextToken is not specified, the API returns the first page of data.

Link copied to clipboard

This parameter is optional. If one or more row ids are specified in this list, then only the specified row ids are returned in the result. If no row ids are specified here, then all the rows in the table are returned.

Link copied to clipboard

The ID of the table whose rows are being retrieved.

Link copied to clipboard

The ID of the workbook that contains the table whose rows are being retrieved.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String