ApiResponseType Class

Definition

Possible type of the response body which is formatted by ApiResponseFormats.

public ref class ApiResponseType
public class ApiResponseType
type ApiResponseType = class
Public Class ApiResponseType
Inheritance
ApiResponseType

Constructors

Name Description
ApiResponseType()

Properties

Name Description
ApiResponseFormats

Gets or sets the response formats supported by this type.

Description

Gets or sets the description of the response.

IsDefaultResponse

Gets or sets a value indicating whether the response type represents a default response.

ModelMetadata

Gets or sets ModelMetadata for the Type or null.

StatusCode

Gets or sets the HTTP response status code.

Type

Gets or sets the CLR data type of the response or null.

Applies to