Home Response Class
Response Class
Cancel

Response Class

Namespace: Json.Schema.Api.OpenApi

Inheritance: Response 🡒 object

Implemented interfaces:

  • IRefTargetContainer

Models a response.

Properties

NameTypeSummary
ContentDictionary<string, MediaType>Gets or sets the content collection.
DescriptionstringGets the description.
ExtensionDataExtensionDataGets or set extension data.
HeadersDictionary<string, Header>Gets or sets the header collection.
LinksDictionary<string, Link>Gets or sets the link collection.
UnknownDataUnknownDataGets or sets properties which are not recognized by OpenAPI.

Constructors

Response(string description)

Declaration

1
public Response(string description)
ParameterTypeDescription
descriptionstringThe description
Contents