Repository Args
constructor(allowAutoMerge: Output<Boolean>? = null, allowMergeCommit: Output<Boolean>? = null, allowRebaseMerge: Output<Boolean>? = null, allowSquashMerge: Output<Boolean>? = null, allowUpdateBranch: Output<Boolean>? = null, archiveOnDestroy: Output<Boolean>? = null, archived: Output<Boolean>? = null, autoInit: Output<Boolean>? = null, defaultBranch: Output<String>? = null, deleteBranchOnMerge: Output<Boolean>? = null, description: Output<String>? = null, gitignoreTemplate: Output<String>? = null, hasDiscussions: Output<Boolean>? = null, hasDownloads: Output<Boolean>? = null, hasIssues: Output<Boolean>? = null, hasProjects: Output<Boolean>? = null, hasWiki: Output<Boolean>? = null, homepageUrl: Output<String>? = null, ignoreVulnerabilityAlertsDuringRead: Output<Boolean>? = null, isTemplate: Output<Boolean>? = null, licenseTemplate: Output<String>? = null, mergeCommitMessage: Output<String>? = null, mergeCommitTitle: Output<String>? = null, name: Output<String>? = null, pages: Output<RepositoryPagesArgs>? = null, private: Output<Boolean>? = null, securityAndAnalysis: Output<RepositorySecurityAndAnalysisArgs>? = null, squashMergeCommitMessage: Output<String>? = null, squashMergeCommitTitle: Output<String>? = null, template: Output<RepositoryTemplateArgs>? = null, topics: Output<List<String>>? = null, visibility: Output<String>? = null, vulnerabilityAlerts: Output<Boolean>? = null, webCommitSignoffRequired: Output<Boolean>? = null)