GroupExistsResponse

API: Internal/Beta

data class GroupExistsResponse(
    val exists: List<Boolean>,
)
Properties
exists: List<Boolean>