DevEnvironmentRepositoryArgs

data class DevEnvironmentRepositoryArgs(val branchName: Output<String>? = null, val repositoryName: Output<String>) : ConvertibleToJava<DevEnvironmentRepositoryArgs>

Constructors

Link copied to clipboard
constructor(branchName: Output<String>? = null, repositoryName: Output<String>)

Properties

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

The name of the branch in a source repository. persistent storage (persistent_storage) supports the following:

Link copied to clipboard
val repositoryName: Output<String>

The name of the source repository.

Functions

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