RepositoryTemplateArgs

data class RepositoryTemplateArgs(val includeAllBranches: Output<Boolean>? = null, val owner: Output<String>, val repository: Output<String>) : ConvertibleToJava<RepositoryTemplateArgs>

Constructors

Link copied to clipboard
constructor(includeAllBranches: Output<Boolean>? = null, owner: Output<String>, repository: Output<String>)

Properties

Link copied to clipboard
val includeAllBranches: Output<Boolean>? = null

Whether the new repository should include all the branches from the template repository (defaults to false, which includes only the default branch from the template).

Link copied to clipboard
val owner: Output<String>

The GitHub organization or user the template repository is owned by.

Link copied to clipboard
val repository: Output<String>

The name of the template repository.

Functions

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