Search Results for

    Show / Hide Table of Contents

    Class PullReviewComment

    PullReviewComment represents a comment on a pull request review

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

    Properties

    | Improve this Doc View Source

    Body

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

    Commit_id

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

    Diff_hunk

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

    Original_commit_id

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

    Original_position

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

    Path

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

    Position

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

    Pull_request_review_id

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

    Pull_request_url

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

    Resolver

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

    User

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