RepoIdResponse

data class RepoIdResponse(val projectRepoId: ProjectRepoIdResponse, val uid: String)

A unique identifier for a Cloud Repo.

Constructors

Link copied to clipboard
fun RepoIdResponse(projectRepoId: ProjectRepoIdResponse, uid: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A combination of a project ID and a repo name.

Link copied to clipboard
val uid: String

A server-assigned, globally unique identifier.