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)