GetScreenDataRequest

Types

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

Properties

Link copied to clipboard

The ID of the app that contains the screen.

Link copied to clipboard

The number of results to be returned on a single page. Specify a number between 1 and 100. The maximum value is 100.

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

The ID of the screen.

Link copied to clipboard

Variables are optional and are needed only if the screen requires them to render correctly. Variables are specified as a map where the key is the name of the variable as defined on the screen. The value is an object which currently has only one property, rawValue, which holds the value of the variable to be passed to the screen.

Link copied to clipboard

The ID of the workbook that contains the screen.

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