Parameter Contract Args
data class ParameterContractArgs(val defaultValue: Output<String>? = null, val description: Output<String>? = null, val examples: Output<Map<String, ParameterExampleContractArgs>>? = null, val name: Output<String>, val required: Output<Boolean>? = null, val schemaId: Output<String>? = null, val type: Output<String>, val typeName: Output<String>? = null, val values: Output<List<String>>? = null) : ConvertibleToJava<ParameterContractArgs>
Operation parameters details.
Constructors
Link copied to clipboard
constructor(defaultValue: Output<String>? = null, description: Output<String>? = null, examples: Output<Map<String, ParameterExampleContractArgs>>? = null, name: Output<String>, required: Output<Boolean>? = null, schemaId: Output<String>? = null, type: Output<String>, typeName: Output<String>? = null, values: Output<List<String>>? = null)