ListWorkspacesRequest

Represents the input of a ListWorkspaces operation.

Types

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

Properties

Link copied to clipboard

If this is included, it filters the results to only the workspaces with names that start with the value that you specify here.

Link copied to clipboard

The maximum number of workspaces to return per request. The default is 100.

Link copied to clipboard

The token for the next set of items to return. You receive this token from a previous call, and use it to get the next page of results. The other parameters must be the same as the initial call.

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