Share via


RestApiOperationExpectedResponse Class

Definition

The REST API operation response.

public sealed class RestApiOperationExpectedResponse
type RestApiOperationExpectedResponse = class
Public NotInheritable Class RestApiOperationExpectedResponse
Inheritance
RestApiOperationExpectedResponse

Constructors

RestApiOperationExpectedResponse(String, String, KernelJsonSchema)

Initializes a new instance of the RestApiOperationResponse class.

Properties

Description

Gets the description of the response.

MediaType

Gets the media type of the response.

Schema

The schema of the response.

Applies to