Search Results for

    Show / Hide Table of Contents

    Class EditReleaseOption

    EditReleaseOption options when editing a release

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

    Properties

    | Improve this Doc View Source

    Body

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

    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

    Tag_name

    Declaration
    public string Tag_name { 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
    In This Article
    Back to top © Dangl IT GmbH