Search Results for

    Show / Hide Table of Contents

    Class Release

    Release represents a repository release

    Inheritance
    System.Object
    Release
    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 Release

    Properties

    | Improve this Doc View Source

    Assets

    Declaration
    public ICollection<Attachment> Assets { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<Attachment>
    | Improve this Doc View Source

    Author

    Declaration
    public User Author { get; set; }
    Property Value
    Type Description
    User
    | Improve this Doc View Source

    Body

    Declaration
    public string Body { 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

    Draft

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

    Html_url

    Declaration
    public string Html_url { get; set; }
    Property Value
    Type Description
    System.String
    | 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

    Prerelease

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

    Published_at

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

    Tag_name

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

    Tarball_url

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

    Target_commitish

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

    Url

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

    Zipball_url

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