← Back to Kairo Docs|API Reference (Dokka)

RestEndpointTemplatePath

Part of RestEndpointTemplate that represents the path, including path params. See the KDoc there.

Constructors

Link copied to clipboard
constructor(components: List<RestEndpointTemplatePath.Component>)
constructor(vararg components: RestEndpointTemplatePath.Component)

Types

Link copied to clipboard
sealed class Component

Properties

Functions

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