copy

fun copy(path: String, isIterable: Boolean, isMapping: Boolean, isCallable: Boolean, callableArgs: List<String?>, _type: String? = null, _repeatedReferenceTo: String? = null, _isJsonType: Boolean? = null, _iterableValueType: String? = null, _mappingKeyType: String? = null, _mappingValueType: String? = null, _callableReturnType: String? = null, _callableArgTypes: List<String>? = null): ApiSpecDef

Sources

jvm source
Link copied to clipboard