[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpopenapi.objects.pp line 588
type TApiOperation = class(TExtendableObject) |
protected |
procedure AddKeyword(); virtual; |
procedure RemoveKeyword(); virtual; |
public |
destructor destroy; override; |
function HasKeyWord(); |
property Tags: TStrings; [rw] |
property Summary: string; [rw] |
property Description: string; [rw] |
property ExternalDocs: TExternalDocumentation; [rw] |
property OperationId: string; [rw] |
property Parameters: TParameterOrReferenceList; [rw] |
property RequestBody: TRequestBodyOrReference; [rw] |
property Responses: TResponses; [rw] |
property Callbacks: TCallbackOrReferenceMap; [rw] |
property Deprecated: Boolean; [rw] |
property Security: TSecurityRequirementList; [rw] |
property Servers: TServerList; [rw] |
end; |
| |
| |
| |
TObject |