Class Attachment
Attachment a generic attachment
Inheritance
System.Object
Attachment
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 Attachment
Properties
| Improve this Doc View SourceBrowser_download_url
Declaration
public string Browser_download_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Created_at
Declaration
public DateTimeOffset? Created_at { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Download_count
Declaration
public long? Download_count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Id
Declaration
public long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Name
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Size
Declaration
public long? Size { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Uuid
Declaration
public string Uuid { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |