cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
core
/
app.softwork.cikraft.core
/
OpenApiInfrastructure
Open
Api
Infrastructure
data
class
OpenApiInfrastructure
(
val
apis
:
List
<
CreatedFlow
>
,
val
name
:
String
,
val
description
:
String
?
,
val
version
:
String
,
val
packages
:
Set
<
String
>
,
val
tags
:
Map
<
String
,
String
>
,
val
servers
:
Map
<
String
,
String
?
>
)
(
source
)
Members
Constructors
Open
Api
Infrastructure
Link copied to clipboard
constructor
(
apis
:
List
<
CreatedFlow
>
,
name
:
String
,
description
:
String
?
,
version
:
String
,
packages
:
Set
<
String
>
,
tags
:
Map
<
String
,
String
>
,
servers
:
Map
<
String
,
String
?
>
)
Properties
apis
Link copied to clipboard
val
apis
:
List
<
CreatedFlow
>
description
Link copied to clipboard
val
description
:
String
?
name
Link copied to clipboard
val
name
:
String
packages
Link copied to clipboard
val
packages
:
Set
<
String
>
servers
Link copied to clipboard
val
servers
:
Map
<
String
,
String
?
>
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>
version
Link copied to clipboard
val
version
:
String