Search Results for

    Show / Hide Table of Contents

    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 Source

    Browser_download_url

    Declaration
    public string Browser_download_url { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Created_at

    Declaration
    public DateTimeOffset? Created_at { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    | Improve this Doc View Source

    Download_count

    Declaration
    public long? Download_count { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Id

    Declaration
    public long? Id { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Name

    Declaration
    public string Name { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Size

    Declaration
    public long? Size { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int64>
    | Improve this Doc View Source

    Uuid

    Declaration
    public string Uuid { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH