ProjectRepoIdResponse

data class ProjectRepoIdResponse(val project: String, val repoName: String)

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 ProjectRepoIdResponse(project: String, repoName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The ID of the project.

Link copied to clipboard

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