Api Operation Response Representation Form Parameter Args
data class ApiOperationResponseRepresentationFormParameterArgs(val defaultValue: Output<String>? = null, val description: Output<String>? = null, val examples: Output<List<ApiOperationResponseRepresentationFormParameterExampleArgs>>? = 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<ApiOperationResponseRepresentationFormParameterArgs>
Constructors
Link copied to clipboard
constructor(defaultValue: Output<String>? = null, description: Output<String>? = null, examples: Output<List<ApiOperationResponseRepresentationFormParameterExampleArgs>>? = null, name: Output<String>, required: Output<Boolean>, schemaId: Output<String>? = null, type: Output<String>, typeName: Output<String>? = null, values: Output<List<String>>? = null)