Class NotificationThread
NotificationThread expose Notification on API
Inheritance
System.Object
NotificationThread
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 NotificationThread
Properties
| Improve this Doc View SourceId
Declaration
public long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Pinned
Declaration
public bool? Pinned { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Repository
Declaration
public Repository Repository { get; set; }
Property Value
| Type | Description |
|---|---|
| Repository |
Subject
Declaration
public NotificationSubject Subject { get; set; }
Property Value
| Type | Description |
|---|---|
| NotificationSubject |
Unread
Declaration
public bool? Unread { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Updated_at
Declaration
public DateTimeOffset? Updated_at { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |