Search Results for

    Show / Hide Table of Contents

    Class FileCommitResponse

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

    Properties

    | Improve this Doc View Source

    Author

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

    Committer

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

    Created

    Declaration
    public DateTimeOffset? Created { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    | 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

    Message

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

    Parents

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

    Sha

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

    Tree

    Declaration
    public CommitMeta Tree { get; set; }
    Property Value
    Type Description
    CommitMeta
    | 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