Parameter Data
data class ParameterData( val name: String, val type: TypeData, val annotations: List<ParameterAnnotation> = emptyList(), val hasRequestBuilderAnno: Boolean = false)
Content copied to clipboard
Constructors
Link copied to clipboard
fun ParameterData( name: String, type: TypeData, annotations: List<ParameterAnnotation> = emptyList(), hasRequestBuilderAnno: Boolean = false)
Content copied to clipboard