Class FileLinksResponse
FileLinksResponse contains the links for a repo's file
Inheritance
System.Object
FileLinksResponse
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Dangl.GiteaOrgManager.Client
Assembly: Dangl.GiteaOrgManager.dll
Syntax
public class FileLinksResponse
Properties
| Improve this Doc View SourceGit
Declaration
public string Git { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Html
Declaration
public string Html { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Self
Declaration
public string Self { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |