ListAppsRequest

Types

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

Properties

Link copied to clipboard

A parameter to search for the domain ID.

Link copied to clipboard

The total number of items to return in the response. If the total number of items available is more than the value specified, a NextToken is provided in the response. To resume pagination, provide the NextToken value in the as part of a subsequent call. The default value is 10.

Link copied to clipboard

If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.

Link copied to clipboard

The parameter by which to sort the results. The default is CreationTime.

Link copied to clipboard

The sort order for the results. The default is Ascending.

Link copied to clipboard

A parameter to search by space name. If UserProfileNameEquals is set, then this value cannot be set.

Link copied to clipboard

A parameter to search by user profile name. If SpaceNameEquals is set, then this value cannot be set.

Functions

Link copied to clipboard
inline fun copy(block: ListAppsRequest.Builder.() -> Unit = {}): ListAppsRequest
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