Navigation
API > API/Plugins > API/Plugins/WebAPIOpenAPI
https://github.com/OAI/OpenAPI-Specification/blob/master/versions/2.0.md#responseObject
| Name | FResponse |
| Type | class |
| Header File | /Engine/Plugins/Experimental/Web/WebAPI/Source/WebAPIOpenAPI/Public/V2/WebAPISwaggerSchema.h |
| Include Path | #include "V2/WebAPISwaggerSchema.h" |
Syntax
class FResponse
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Description | FString | V2/WebAPISwaggerSchema.h | ||
| Examples | TOptional< TSharedPtr< FExample > > | V2/WebAPISwaggerSchema.h | ||
| Headers | TOptional< TMap< FString, TSharedPtr< FHeader > > > | V2/WebAPISwaggerSchema.h | ||
| Name | TOptional< FString > | V2/WebAPISwaggerSchema.h | ||
| Schema | TOptional< Json::TJsonReference< FSchema > > | V2/WebAPISwaggerSchema.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool FromJson
(
const TSharedRef< FJsonObject >& InJson |
V2/WebAPISwaggerSchema.h |