Api Operation Request Query Parameter
data class ApiOperationRequestQueryParameter(val defaultValue: String? = null, val description: String? = null, val examples: List<ApiOperationRequestQueryParameterExample>? = null, val name: String, val required: Boolean, val schemaId: String? = null, val type: String, val typeName: String? = null, val values: List<String>? = null)