Api Operation Request Representation Form Parameter
data class ApiOperationRequestRepresentationFormParameter(val defaultValue: String? = null, val description: String? = null, val examples: List<ApiOperationRequestRepresentationFormParameterExample>? = null, val name: String, val required: Boolean, val schemaId: String? = null, val type: String, val typeName: String? = null, val values: List<String>? = null)
Constructors
Link copied to clipboard
fun ApiOperationRequestRepresentationFormParameter(defaultValue: String? = null, description: String? = null, examples: List<ApiOperationRequestRepresentationFormParameterExample>? = null, name: String, required: Boolean, schemaId: String? = null, type: String, typeName: String? = null, values: List<String>? = null)