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()
Assembly: Dangl.GiteaOrgManager.dll
public class TimelineComment
Properties
|
Improve this Doc
View Source
Declaration
public User Assignee { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Team Assignee_team { get; set; }
Property Value
|
Improve this Doc
View Source
Body
Declaration
public string Body { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public DateTimeOffset? Created_at { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Declaration
public Issue Dependent_issue { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Html_url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public long? Id { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Declaration
public string Issue_url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public Label Label { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public Milestone Milestone { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string New_ref { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public string New_title { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public Milestone Old_milestone { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public long? Old_project_id { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Declaration
public string Old_ref { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public string Old_title { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public long? Project_id { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Declaration
public string Pull_request_url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public string Ref_action { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public Comment Ref_comment { get; set; }
Property Value
|
Improve this Doc
View Source
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
Declaration
public Issue Ref_issue { get; set; }
Property Value
|
Improve this Doc
View Source
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
Declaration
public User Resolve_doer { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public long? Review_id { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.Int64> |
|
|
Improve this Doc
View Source
Declaration
public TrackedTime Tracked_time { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Type { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public DateTimeOffset? Updated_at { get; set; }
Property Value
| Type |
Description |
| System.Nullable<System.DateTimeOffset> |
|
|
Improve this Doc
View Source
Declaration
public User User { get; set; }
Property Value