clear

@JvmName(name = "clearConsumes")
fun DslList<String, EndpointKt.Dsl.ConsumesProxy>.clear()
Types accepted by this method.

repeated string consumes = 6;


@JvmName(name = "clearProduces")
fun DslList<String, EndpointKt.Dsl.ProducesProxy>.clear()
Types produced by this method.

repeated string produces = 7;


@JvmName(name = "clearMethod")
fun DslList<EndpointMethods, EndpointKt.Dsl.MethodProxy>.clear()
HTTP methods supported by this endpoint.

repeated .elide.meta.EndpointMethods method = 8;