RepositoryTemplate

data class RepositoryTemplate(val includeAllBranches: Boolean? = null, val owner: String, val repository: String)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

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

Link copied to clipboard

The name of the template repository.