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>?)

Constructors

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val arn: ARN
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard