Class NotificationSubject
NotificationSubject contains the notification subject (Issue/Pull/Commit)
Inheritance
System.Object
NotificationSubject
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 NotificationSubject
Properties
| Improve this Doc View SourceHtml_url
Declaration
public string Html_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Latest_comment_html_url
Declaration
public string Latest_comment_html_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Latest_comment_url
Declaration
public string Latest_comment_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
State
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Type
Declaration
public string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |