Class Value
- Namespace
- SunamoAzureDevOpsApi._apis.git
- Assembly
- SunamoAzureDevOpsApi.dll
Represents an Azure DevOps repository.
public class Value
- Inheritance
-
Value
- Inherited Members
- Extension Methods
Properties
DefaultBranch
Default branch name.
public required string DefaultBranch { get; set; }
Property Value
Id
Repository identifier.
public required string Id { get; set; }
Property Value
IsDisabled
Indicates whether the repository is disabled.
public bool IsDisabled { get; set; }
Property Value
Name
Repository name.
public required string Name { get; set; }
Property Value
Project
Associated project.
public required Project Project { get; set; }
Property Value
RemoteUrl
Remote URL for cloning.
public required string RemoteUrl { get; set; }
Property Value
Size
Repository size in bytes.
public int Size { get; set; }
Property Value
SshUrl
SSH URL for cloning.
public required string SshUrl { get; set; }
Property Value
Url
Repository API URL.
public required string Url { get; set; }
Property Value
WebUrl
Web URL for browsing.
public required string WebUrl { get; set; }