ProjectRepoIdArgs

data class ProjectRepoIdArgs(val project: Output<String>? = null, val repoName: Output<String>? = null) : ConvertibleToJava<ProjectRepoIdArgs>

Selects a repo using a Google Cloud Platform project ID (e.g., winged-cargo-31) and a repo name within that project.

Constructors

Link copied to clipboard
fun ProjectRepoIdArgs(project: Output<String>? = null, repoName: Output<String>? = null)

Functions

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

Properties

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

The ID of the project.

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

The name of the repo. Leave empty for the default repo.