toggle menu
http4k
6.9.0.0
jvm
switch theme
search in API
http4k-connect-amazon-evidently
/
org.http4k.connect.amazon.evidently.actions
/
CreateProject
Create
Project
data
class
CreateProject
(
val
name
:
ProjectName
,
val
description
:
String
?
,
val
tags
:
Map
<
String
,
String
>
?
)
:
EvidentlyAction
<
CreateProjectResponse
>
Members
Constructors
Create
Project
Link copied to clipboard
constructor
(
name
:
ProjectName
,
description
:
String
?
,
tags
:
Map
<
String
,
String
>
?
)
Properties
data
Plane
Link copied to clipboard
val
dataPlane
:
Boolean
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
>
?
Functions
request
Body
Link copied to clipboard
open
override
fun
requestBody
(
)
:
CreateProjectData
to
Request
Link copied to clipboard
open
override
fun
toRequest
(
)
:
Request
to
Result
Link copied to clipboard
open
override
fun
toResult
(
response
:
Response
)
:
Result
<
CreateProjectResponse
,
RemoteFailure
>
uri
Link copied to clipboard
open
override
fun
uri
(
)
:
Uri