model
Toggle table of contents
0.11.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
model
model
/
art.galushko.openapi.testgen.model
/
SecurityValues
/
SecurityValues
Security
Values
constructor
(
queryParams
:
Map
<
String
,
Any
>
=
emptyMap()
,
headers
:
List
<
KeyValuePair
<
String
,
Any
>
>
=
emptyList()
,
cookie
:
List
<
KeyValuePair
<
String
,
Any
>
>
=
emptyList()
,
other
:
Map
<
String
,
Any
>
=
emptyMap()
)