cikraft
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
cikraft
api
/
app.softwork.cikraft.api
/
IntegrationFlow
/
New
New
@
Serializable
data
class
New
(
val
name
:
String
,
val
id
:
String
,
val
packageId
:
String
,
val
artifactContentAsBase64
:
String
?
)
(
source
)
Members
Constructors
New
Link copied to clipboard
constructor
(
name
:
String
,
id
:
String
,
packageId
:
String
,
artifactContentAsBase64
:
String
?
)
Properties
artifact
Content
As
Base64
Link copied to clipboard
@
SerialName
(
value
=
"ArtifactContent"
)
val
artifactContentAsBase64
:
String
?
id
Link copied to clipboard
@
SerialName
(
value
=
"Id"
)
val
id
:
String
name
Link copied to clipboard
@
SerialName
(
value
=
"Name"
)
val
name
:
String
package
Id
Link copied to clipboard
@
SerialName
(
value
=
"PackageId"
)
val
packageId
:
String