Search Results for

    Show / Hide Table of Contents

    Class Tag

    Tag represents a repository tag

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

    Properties

    | Improve this Doc View Source

    Commit

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

    Id

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

    Message

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

    Name

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

    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