GoogleDevtoolsContaineranalysisV1alpha1ProjectRepoIdArgs

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

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

Constructors

fun GoogleDevtoolsContaineranalysisV1alpha1ProjectRepoIdArgs(project: Output<String>? = null, repoName: Output<String>? = null)

Functions

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

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.