GetAppSpecFunctionRoute

data class GetAppSpecFunctionRoute(val path: String? = null, val preservePathPrefix: Boolean? = null)

Constructors

Link copied to clipboard
constructor(path: String? = null, preservePathPrefix: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val path: String? = null

Paths must start with / and must be unique within the app.

Link copied to clipboard

An optional flag to preserve the path that is forwarded to the backend service.