RepositoryDetails Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Response for Create a repository using a template
public class RepositoryDetails
type RepositoryDetails = class
Public Class RepositoryDetails
- Inheritance
-
RepositoryDetails
Constructors
| Name | Description |
|---|---|
| RepositoryDetails() | |
Properties
| Name | Description |
|---|---|
| AllowMergeCommit |
Whether to allow merge commits for pull requests. |
| AllowRebaseMerge |
Whether to allow rebase merges for pull requests. |
| AllowSquashMerge |
Whether to allow squash merges for pull requests. |
| ArchiveUrl |
The Archive URL for this repository |
| AssigneesUrl |
The Assignees URL for this repository |
| BlobsUrl |
The Blobs URL for this repository |
| BranchesUrl |
The Branches URL for this repository |
| CloneUrl |
The clone URL for this repository |
| CollaboratorsUrl |
The Collaborators URL for this repository |
| CommentsUrl |
The Comments URL for this repository |
| CommitsUrl |
The Commits URL for this repository |
| CompareUrl |
The Compare URL for this repository |
| ContentsUrl |
The Contents URL for this repository |
| ContributorsUrl |
The Contributors URL for this repository |
| CreatedAt |
the date and time when the repository was created. |
| DefaultBranch |
The default branch of the repository. |
| DeleteBranchOnMerge |
Whether to delete head branches when pull requests are merged |
| DeploymentsUrl |
The Deployments URL for this repository |
| Description |
The description of the repository |
| DownloadsUrl |
The Downloads URL for this repository |
| EventsUrl |
The Events URL for this repository |
| Forks |
The number of forks of the repository. |
| ForksCount |
Number of forks there are of this repository in the whole network. |
| ForksUrl |
The Forks URL for this repository |
| FullName |
The full name of the repository. |
| GitCommitsUrl |
The Git Commits URL for this repository |
| GitReferencesUrl |
The Git References URL for this repository |
| GitTagsUrl |
The Git Tags URL for this repository |
| GitUrl |
The Git URL for this repository |
| HasDownloads |
Whether downloads are enabled. |
| HasIssues |
Whether issues are enabled. |
| HasPages |
Whether pages are enabled. |
| HasProjects |
Whether projects are enabled. |
| HasWiki |
Whether the wiki is enabled. |
| Homepage |
The homepage for this repository |
| HooksUrl |
The hooks URL for this repository |
| HtmlUrl |
The Html Url of the repository |
| Id |
Unique identifier of the repository. |
| IsAFork |
If the repository is a fork? |
| IsArchived |
Whether the repository is archived. |
| IsDisabled |
Returns whether or not this repository disabled. |
| IsPrivate |
Whether the repository is private or public. |
| IssueCommentUrl |
The issue comment URL for this repository |
| IssueEventsUrl |
The issue events URL for this repository |
| IssuesUrl |
The issues URL for this repository |
| IsTemplate |
Whether this repository acts as a template that can be used to generate new repositories. |
| KeysUrl |
The keys URL for this repository |
| LabelsUrl |
The labels URL for this repository |
| Language |
The language for this repository |
| LanguagesUrl |
The languages URL for this repository |
| License |
license |
| MasterBranch |
Repository master branch. |
| MergesUrl |
The merges URL for this repository |
| MilestonesUrl |
The milestones URL for this repository |
| MirrorUrl |
The original mirror URL for this repository |
| Name |
The name of the repository. |
| NetworkCount |
Repository Network Count |
| NodeId |
The Node Id of the repository. |
| NotificationsUrl |
The notifications URL for this repository |
| OpenIssues |
Repository open issues. |
| OpenIssuesCount |
Number of open issues in the repository. |
| Owner |
owner |
| Permissions |
Permissions on the repository. |
| PullsUrl |
The pulls URL for this repository |
| PushedAt |
When the repository was last pushed to. |
| ReleasesUrl |
The releases URL for this repository |
| Size |
Size of the repository |
| SSHUrl |
The SSH URL to clone this repository |
| StargazersCount |
Number of users who have starred the repository. |
| StargazersUrl |
The stargazers (Stargazers are the people that have bookmarked the GitHub repository) URL for this repository |
| StarredAt |
Repository Starred At |
| StatusesUrl |
The statuses URL for this repository |
| SubscribersCount |
Number of subscribers for the repository. |
| SubscribersUrl |
The subscribers URL for this repository |
| SubscriptionUrl |
The subscription URL for this repository |
| SVNUrl |
The SVN URL for this repository |
| TagsUrl |
The tags URL for this repository |
| TeamsUrl |
The teams URL for this repository |
| TempCloneToken |
Temporary authentication token for cloning this repository. |
| TemplateRepository |
template_repository |
| Topics |
List of topics in the repository |
| TreesUrl |
The trees URL for this repository |
| UpdatedAt |
the date and time when the repository was last updated. |
| Url |
The HTTP URL for this repository |
| Visibility |
The repository visibility: public, private, or internal. |
| Watchers |
Repository Watchers. |
| WatchersCount |
Number of users watching the repository. |