Api Operation Response Representation Form Parameter
data class ApiOperationResponseRepresentationFormParameter(val defaultValue: String? = null, val description: String? = null, val examples: List<ApiOperationResponseRepresentationFormParameterExample>? = 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 ApiOperationResponseRepresentationFormParameter(defaultValue: String? = null, description: String? = null, examples: List<ApiOperationResponseRepresentationFormParameterExample>? = null, name: String, required: Boolean, schemaId: String? = null, type: String, typeName: String? = null, values: List<String>? = null)