Unit 'fpopenapi.objects' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl-openapi]

TApiOperation

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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;

Inheritance

TApiOperation

|

TExtendableObject

|

TBaseOpenAPIObject

|

TObject


Documentation generated on: 2025-07-25