ApiOperationRequestRepresentationArgs

data class ApiOperationRequestRepresentationArgs(val contentType: Output<String>, val examples: Output<List<ApiOperationRequestRepresentationExampleArgs>>? = null, val formParameters: Output<List<ApiOperationRequestRepresentationFormParameterArgs>>? = null, val schemaId: Output<String>? = null, val typeName: Output<String>? = null) : ConvertibleToJava<ApiOperationRequestRepresentationArgs>

Constructors

Link copied to clipboard
constructor(contentType: Output<String>, examples: Output<List<ApiOperationRequestRepresentationExampleArgs>>? = null, formParameters: Output<List<ApiOperationRequestRepresentationFormParameterArgs>>? = 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(): ApiOperationRequestRepresentationArgs