← Back to Kairo Docs|API Reference (Dokka)

RestEndpointTemplateQuery

Part of RestEndpointTemplate that represents query params. See the KDoc there.

Constructors

Link copied to clipboard
constructor(vararg params: RestEndpointTemplateQuery.Param)

Types

Link copied to clipboard
data class Param(val value: String, val required: Boolean)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String