Project

API: Internal/Beta

data class Project(
    val id: String,
    val title: String,
)
Properties
id: String
title: String