Request Contract Args
data class RequestContractArgs(val description: Output<String>? = null, val headers: Output<List<ParameterContractArgs>>? = null, val queryParameters: Output<List<ParameterContractArgs>>? = null, val representations: Output<List<RepresentationContractArgs>>? = null) : ConvertibleToJava<RequestContractArgs>
Operation request details.
Constructors
Link copied to clipboard
constructor(description: Output<String>? = null, headers: Output<List<ParameterContractArgs>>? = null, queryParameters: Output<List<ParameterContractArgs>>? = null, representations: Output<List<RepresentationContractArgs>>? = null)