ApiOperationResponseRepresentationArgs

data class ApiOperationResponseRepresentationArgs(val contentType: Output<String>, val examples: Output<List<ApiOperationResponseRepresentationExampleArgs>>? = null, val formParameters: Output<List<ApiOperationResponseRepresentationFormParameterArgs>>? = null, val schemaId: Output<String>? = null, val typeName: Output<String>? = null) : ConvertibleToJava<ApiOperationResponseRepresentationArgs>

Constructors

Link copied to clipboard
constructor(contentType: Output<String>, examples: Output<List<ApiOperationResponseRepresentationExampleArgs>>? = null, formParameters: Output<List<ApiOperationResponseRepresentationFormParameterArgs>>? = null, schemaId: Output<String>? = null, typeName: Output<String>? = null)

Properties

Link copied to clipboard
val contentType: Output<String>

The Content Type of this representation, such as application/json.

Link copied to clipboard

One or more example blocks as defined above.

Link copied to clipboard

One or more form_parameter block as defined above.

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

The ID of an API Management Schema which represents this Response.

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

The Type Name defined by the Schema.

Functions

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