Search Results for

    Show / Hide Table of Contents

    Class TopicResponse

    TopicResponse for returning topics

    Inheritance
    System.Object
    TopicResponse
    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 TopicResponse

    Properties

    | Improve this Doc View Source

    Created

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

    Id

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

    Repo_count

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

    Topic_name

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

    Updated

    Declaration
    public DateTimeOffset? Updated { get; set; }
    Property Value
    Type Description
    System.Nullable<System.DateTimeOffset>
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH