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 SourceCreated
Declaration
public DateTimeOffset? Created { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Id
Declaration
public long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Repo_count
Declaration
public long? Repo_count { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Topic_name
Declaration
public string Topic_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Updated
Declaration
public DateTimeOffset? Updated { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |