RepositoryMiniDetails 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.
RepositoryMiniDetails
public class RepositoryMiniDetails
type RepositoryMiniDetails = class
Public Class RepositoryMiniDetails
- Inheritance
-
RepositoryMiniDetails
Constructors
| Name | Description |
|---|---|
| RepositoryMiniDetails() | |
Properties
| Name | Description |
|---|---|
| IsRepositoryArchived |
Whether the repository is archived. |
| IsRepositoryDisabled |
Returns whether or not this repository disabled. |
| IsRepositoryPrivate |
Whether the repository is private or public. |
| Owner |
owner |
| RepositoryAllowMergeCommit |
Whether to allow merge commits for pull requests. |
| RepositoryAllowRebaseMerge |
Whether to allow rebase merges for pull requests. |
| RepositoryAllowSquashMerge |
Whether to allow squash merges for pull requests. |
| RepositoryCreatedAt |
the date and time when the repository was created. |
| RepositoryDeleteBranchOnMerge |
Whether to delete head branches when pull requests are merged |
| RepositoryDescription |
The description of the repository |
| RepositoryFullName |
The full name of the repository. |
| RepositoryHomepage |
The homepage for this repository |
| RepositoryId |
Unique identifier of the repository. |
| RepositoryLanguage |
The language for this repository |
| RepositoryMasterBranch |
Repository master branch. |
| RepositoryName |
The name of the repository. |
| RepositoryNodeId |
The Node Id of the repository. |
| RepositoryPermissions |
Permissions on the repository. |
| RepositoryUpdatedAt |
the date and time when the repository was last updated. |
| RepositoryVisibility |
The repository visibility: public, private, or internal. |