Class WatchInfo
WatchInfo represents an API watch status of one repository
Inheritance
System.Object
WatchInfo
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 WatchInfo
Properties
| Improve this Doc View SourceCreated_at
Declaration
public DateTimeOffset? Created_at { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Ignored
Declaration
public bool? Ignored { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Reason
Declaration
public object Reason { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Object |
Repository_url
Declaration
public string Repository_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Subscribed
Declaration
public bool? Subscribed { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |