cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
proxy
/
app.softwork.cikraft.proxy
/
ApiProxy
/
Policy
Policy
@
Serializable
@
XmlSerialName
(
value
=
"policy"
)
data
class
Policy
(
val
type
:
String
,
val
name
:
String
)
(
source
)
Members
Constructors
Policy
Link copied to clipboard
constructor
(
type
:
String
,
name
:
String
)
Types
Policy
Type
Link copied to clipboard
@
Serializable
enum
PolicyType
:
Enum
<
ApiProxy.Policy.PolicyType
>
Properties
name
Link copied to clipboard
@
XmlValue
val
name
:
String
type
Link copied to clipboard
val
type
:
String