@Serializable
data class ProjectRequest(val key: String)

Kotlin representation of the ProjectRequest JSON

Parameters

key

The key of the project

Constructors

Link copied to clipboard
constructor(key: String)

Properties

Link copied to clipboard
val key: String