Representation Contract Args
data class RepresentationContractArgs(val contentType: Output<String>, val formParameters: Output<List<ParameterContractArgs>>? = null, val sample: Output<String>? = null, val schemaId: Output<String>? = null, val typeName: Output<String>? = null) : ConvertibleToJava<RepresentationContractArgs>
Operation request/response representation details.