aigentic
0.0.4-SNAPSHOT
common
http
/
community.flock.aigentic.tools.http
/
EndpointOperation
/
EndpointOperation
Endpoint
Operation
constructor
(
name
:
String
,
description
:
String
?
,
method
:
EndpointOperation.Method
,
url
:
String
,
pathParams
:
List
<
Parameter
>
,
queryParams
:
List
<
Parameter
>
,
requestBody
:
Parameter.Complex.Object
?
)