Dsl

class Dsl

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class EndpointsProxy : DslProxy

An uninstantiable, behaviorless type to represent the field in generics.

Properties

Link copied to clipboard
@get:JvmName(name = "getEndpointsMap")
val endpoints: DslMap<String, Endpoint, AppInfoKt.Dsl.EndpointsProxy>

map<string, .elide.meta.Endpoint> endpoints = 3;

Link copied to clipboard
@get:JvmName(name = "getName")
@set:JvmName(name = "setName")
var name: String

optional string name = 2;

Link copied to clipboard
@get:JvmName(name = "getVersion")
@set:JvmName(name = "setVersion")
var version: String

string version = 1;

Functions

Link copied to clipboard
@JvmName(name = "clearEndpoints")
fun DslMap<String, Endpoint, AppInfoKt.Dsl.EndpointsProxy>.clear()

map<string, .elide.meta.Endpoint> endpoints = 3;

Link copied to clipboard
fun clearName()

optional string name = 2;

Link copied to clipboard

string version = 1;

Link copied to clipboard

optional string name = 2;

Link copied to clipboard
@JvmName(name = "putEndpoints")
fun DslMap<String, Endpoint, AppInfoKt.Dsl.EndpointsProxy>.put(key: String, value: Endpoint)

map<string, .elide.meta.Endpoint> endpoints = 3;

Link copied to clipboard
@JvmName(name = "putAllEndpoints")
fun DslMap<String, Endpoint, AppInfoKt.Dsl.EndpointsProxy>.putAll(map: Map<String, Endpoint>)

map<string, .elide.meta.Endpoint> endpoints = 3;

Link copied to clipboard
@JvmName(name = "removeEndpoints")
fun DslMap<String, Endpoint, AppInfoKt.Dsl.EndpointsProxy>.remove(key: String)

map<string, .elide.meta.Endpoint> endpoints = 3;

Link copied to clipboard
@JvmName(name = "setEndpoints")
inline operator fun DslMap<String, Endpoint, AppInfoKt.Dsl.EndpointsProxy>.set(key: String, value: Endpoint)

map<string, .elide.meta.Endpoint> endpoints = 3;