data class RepositoryTemplateArgs(val includeAllBranches: Output<Boolean>? = null, val owner: Output<String>, val repository: Output<String>) : ConvertibleToJava<RepositoryTemplateArgs>
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).