Search Results for

    Show / Hide Table of Contents

    Class CommitStatus

    CommitStatus holds a single status of a single Commit

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

    Properties

    | Improve this Doc View Source

    Context

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

    Creator

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

    Description

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

    Status

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

    Target_url

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

    Updated_at

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

    Url

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