Parameter Contract Args
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)