CloudRepoSourceContextArgs

data class CloudRepoSourceContextArgs(val aliasContext: Output<AliasContextArgs>? = null, val repoId: Output<RepoIdArgs>? = null, val revisionId: Output<String>? = null) : ConvertibleToJava<CloudRepoSourceContextArgs>

A CloudRepoSourceContext denotes a particular revision in a Google Cloud Source Repo.

Constructors

Link copied to clipboard
constructor(aliasContext: Output<AliasContextArgs>? = null, repoId: Output<RepoIdArgs>? = null, revisionId: Output<String>? = null)

Properties

Link copied to clipboard
val aliasContext: Output<AliasContextArgs>? = null

An alias, which may be a branch or tag.

Link copied to clipboard
val repoId: Output<RepoIdArgs>? = null

The ID of the repo.

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

A revision ID.

Functions

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