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.
Constructors
Link copied to clipboard
fun RepresentationContractArgs(contentType: Output<String>, formParameters: Output<List<ParameterContractArgs>>? = null, sample: Output<String>? = null, schemaId: Output<String>? = null, typeName: Output<String>? = null)