Search Results for

    Show / Hide Table of Contents

    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 Source

    Created_at

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

    Ignored

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

    Reason

    Declaration
    public object Reason { get; set; }
    Property Value
    Type Description
    System.Object
    | Improve this Doc View Source

    Repository_url

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

    Subscribed

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

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH