WalletOwner.Project

API: Internal/Beta

data class Project(
    val projectId: String,
    val type: String /* "project" */,
)
Properties
projectId: String
type: String /* "project" */ The type discriminator

API: Stable