Representation Contract Args
data class RepresentationContractArgs(val contentType: Output<String>, val examples: Output<Map<String, ParameterExampleContractArgs>>? = null, val formParameters: Output<List<ParameterContractArgs>>? = null, val schemaId: Output<String>? = null, val typeName: Output<String>? = null) : ConvertibleToJava<RepresentationContractArgs>
Operation request/response representation details.
Constructors
Link copied to clipboard
fun RepresentationContractArgs(contentType: Output<String>, examples: Output<Map<String, ParameterExampleContractArgs>>? = null, formParameters: Output<List<ParameterContractArgs>>? = null, schemaId: Output<String>? = null, typeName: Output<String>? = null)