Class Milestone
Milestone milestone is a collection of issues on one repository
Inheritance
System.Object
Milestone
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 Milestone
Properties
| Improve this Doc View SourceClosed_at
Declaration
public DateTimeOffset? Closed_at { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Closed_issues
Declaration
public long? Closed_issues { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Created_at
Declaration
public DateTimeOffset? Created_at { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Due_on
Declaration
public DateTimeOffset? Due_on { 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> |
Open_issues
Declaration
public long? Open_issues { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
State
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Title
Declaration
public string Title { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Updated_at
Declaration
public DateTimeOffset? Updated_at { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |