kfx
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
kfx
soap-runtime
/
io.github.hfhbd.kfx.soap
/
Header
Header
@
Serializable
data
class
Header
(
val
to
:
String
,
val
action
:
String
,
val
messageID
:
String
=
"urn:uuid:" + Uuid.random()
,
val
security
:
Security
?
=
null
,
val
relatesTo
:
String
?
=
null
)
(
source
)
Members
Constructors
Header
Link copied to clipboard
constructor
(
to
:
String
,
action
:
String
,
messageID
:
String
=
"urn:uuid:" + Uuid.random()
,
security
:
Security
?
=
null
,
relatesTo
:
String
?
=
null
)
Properties
action
Link copied to clipboard
val
action
:
String
message
ID
Link copied to clipboard
val
messageID
:
String
relates
To
Link copied to clipboard
val
relatesTo
:
String
?
security
Link copied to clipboard
val
security
:
Security
?
to
Link copied to clipboard
val
to
:
String