Class GitBlobResponse
GitBlobResponse represents a git blob
Inheritance
System.Object
GitBlobResponse
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 GitBlobResponse
Properties
| Improve this Doc View SourceContent
Declaration
public string Content { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Encoding
Declaration
public string Encoding { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Sha
Declaration
public string Sha { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Size
Declaration
public long? Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |