CreateProjectRequest

API: Internal/Beta

data class CreateProjectRequest(
    val title: String,
    val parent: String?,
    val principalInvestigator: String?,
)
Properties
title: String
parent: String?
principalInvestigator: String?