ApiOperationResponseArgs

data class ApiOperationResponseArgs(val description: Output<String>? = null, val headers: Output<List<ApiOperationResponseHeaderArgs>>? = null, val representations: Output<List<ApiOperationResponseRepresentationArgs>>? = null, val statusCode: Output<Int>) : ConvertibleToJava<ApiOperationResponseArgs>

Constructors

Link copied to clipboard
constructor(description: Output<String>? = null, headers: Output<List<ApiOperationResponseHeaderArgs>>? = null, representations: Output<List<ApiOperationResponseRepresentationArgs>>? = null, statusCode: Output<Int>)

Properties

Link copied to clipboard
val description: Output<String>? = null

A description of the HTTP Response, which may include HTML tags.

Link copied to clipboard

One or more header blocks as defined above.

Link copied to clipboard

One or more representation blocks as defined above.

Link copied to clipboard
val statusCode: Output<Int>

The HTTP Status Code.

Functions

Link copied to clipboard
open override fun toJava(): ApiOperationResponseArgs