MineAuth
Toggle table of contents
VersionPlaceholder
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
MineAuth
core
/
party.morino.mineauth.core.openapi.model
/
Operation
/
Operation
Operation
constructor
(
summary
:
String
?
=
null
,
description
:
String
?
=
null
,
operationId
:
String
?
=
null
,
tags
:
List
<
String
>
?
=
null
,
parameters
:
List
<
Parameter
>
?
=
null
,
requestBody
:
RequestBody
?
=
null
,
responses
:
Map
<
String
,
Response
>
,
security
:
List
<
Map
<
String
,
List
<
String
>
>
>
?
=
null
)