Search Results for

    Show / Hide Table of Contents

    Class TimelineComment

    TimelineComment represents a timeline comment (comment of any type) on a commit or issue

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

    Properties

    | Improve this Doc View Source

    Assignee

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

    Assignee_team

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

    Body

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

    Dependent_issue

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

    Issue_url

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

    Label

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

    Milestone

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

    New_ref

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

    New_title

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

    Old_milestone

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

    Old_project_id

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

    Old_ref

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

    Old_title

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

    Project_id

    Declaration
    public long? Project_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

    Ref_action

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

    Ref_comment

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

    Ref_commit_sha

    commit SHA where issue/PR was referenced

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

    Ref_issue

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

    Removed_assignee

    whether the assignees were removed or added

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

    Resolve_doer

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

    Review_id

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

    Tracked_time

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

    Type

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

    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