ApiOperationRequestRepresentation

data class ApiOperationRequestRepresentation(val contentType: String, val examples: List<ApiOperationRequestRepresentationExample>? = null, val formParameters: List<ApiOperationRequestRepresentationFormParameter>? = null, val schemaId: String? = null, val typeName: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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: String? = null

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

Link copied to clipboard
val typeName: String? = null

The Type Name defined by the Schema.