Api Operation Request Query Parameter Args
data class ApiOperationRequestQueryParameterArgs(val defaultValue: Output<String>? = null, val description: Output<String>? = null, val examples: Output<List<ApiOperationRequestQueryParameterExampleArgs>>? = null, val name: Output<String>, val required: Output<Boolean>, val schemaId: Output<String>? = null, val type: Output<String>, val typeName: Output<String>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<ApiOperationRequestQueryParameterArgs>
Constructors
Link copied to clipboard
constructor(defaultValue: Output<String>? = null, description: Output<String>? = null, examples: Output<List<ApiOperationRequestQueryParameterExampleArgs>>? = null, name: Output<String>, required: Output<Boolean>, schemaId: Output<String>? = null, type: Output<String>, typeName: Output<String>? = null, values: Output<List<String>>? = null)