List Workspaces Query Params
Class representation of the query parameters for listing workspaces.
Constructors
Link copied to clipboard
public ListWorkspacesQueryParams ListWorkspacesQueryParams(@Json(name = "limit" ) Integer limit, @Json(name = "page_token" ) String pageToken)
Types
Link copied to clipboard
Builder for ListWorkspacesQueryParams.
Properties
Functions
Link copied to clipboard
Convert the query parameters to a json-formatted map.
Link copied to clipboard
Cursor for pagination. Pass the value of ListResponse.nextCursor to get the next page.