http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-evidently
/
org.http4k.connect.amazon.evidently.actions
/
CreateProjectData
Create
Project
Data
@
JsonSerializable
data
class
CreateProjectData
(
val
name
:
ProjectName
,
val
description
:
String
?
,
val
tags
:
Map
<
String
,
String
>
?
)
(
source
)
Members
Constructors
Create
Project
Data
Link copied to clipboard
constructor
(
name
:
ProjectName
,
description
:
String
?
,
tags
:
Map
<
String
,
String
>
?
)
Properties
description
Link copied to clipboard
val
description
:
String
?
name
Link copied to clipboard
val
name
:
ProjectName
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>
?