GetModelRequest

Request to list information about a model in an existing RestApi resource.

Types

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

Properties

Link copied to clipboard

A query parameter of a Boolean value to resolve (true) all external model references and returns a flattened model schema or not (false) The default is false.

Link copied to clipboard

The name of the model as an identifier.

Link copied to clipboard

The RestApi identifier under which the Model exists.

Functions

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