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
/
Project
Project
@
JsonSerializable
data
class
Project
(
val
activeExperimentCount
:
Int
?
,
val
activeLaunchCount
:
Int
?
,
val
arn
:
ARN
,
val
createdTime
:
Timestamp
,
val
description
:
String
?
,
val
experimentCount
:
Int
?
,
val
featureCount
:
Int
?
,
val
lastUpdatedTime
:
Timestamp
,
val
launchCount
:
Int
?
,
val
name
:
ProjectName
,
val
status
:
String
,
val
tags
:
Map
<
String
,
String
>
?
)
(
source
)
Members
Constructors
Project
Link copied to clipboard
constructor
(
activeExperimentCount
:
Int
?
,
activeLaunchCount
:
Int
?
,
arn
:
ARN
,
createdTime
:
Timestamp
,
description
:
String
?
,
experimentCount
:
Int
?
,
featureCount
:
Int
?
,
lastUpdatedTime
:
Timestamp
,
launchCount
:
Int
?
,
name
:
ProjectName
,
status
:
String
,
tags
:
Map
<
String
,
String
>
?
)
Properties
active
Experiment
Count
Link copied to clipboard
val
activeExperimentCount
:
Int
?
active
Launch
Count
Link copied to clipboard
val
activeLaunchCount
:
Int
?
arn
Link copied to clipboard
val
arn
:
ARN
created
Time
Link copied to clipboard
val
createdTime
:
Timestamp
description
Link copied to clipboard
val
description
:
String
?
experiment
Count
Link copied to clipboard
val
experimentCount
:
Int
?
feature
Count
Link copied to clipboard
val
featureCount
:
Int
?
last
Updated
Time
Link copied to clipboard
val
lastUpdatedTime
:
Timestamp
launch
Count
Link copied to clipboard
val
launchCount
:
Int
?
name
Link copied to clipboard
val
name
:
ProjectName
status
Link copied to clipboard
val
status
:
String
tags
Link copied to clipboard
val
tags
:
Map
<
String
,
String
>
?