RepoIdArgs

data class RepoIdArgs(val projectRepoId: Output<ProjectRepoIdArgs>? = null, val uid: Output<String>? = null) : ConvertibleToJava<RepoIdArgs>

A unique identifier for a Cloud Repo.

Constructors

Link copied to clipboard
fun RepoIdArgs(projectRepoId: Output<ProjectRepoIdArgs>? = null, uid: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): RepoIdArgs

Properties

Link copied to clipboard
val projectRepoId: Output<ProjectRepoIdArgs>? = null

A combination of a project ID and a repo name.

Link copied to clipboard
val uid: Output<String>? = null

A server-assigned, globally unique identifier.