Class TrackedTime
TrackedTime worked time for an issue / pr
Inheritance
System.Object
TrackedTime
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 TrackedTime
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> |
Issue
Declaration
public Issue Issue { get; set; }
Property Value
| Type | Description |
|---|---|
| Issue |
Issue_id
deprecated (only for backwards compatibility)
Declaration
public long? Issue_id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Time
Time in seconds
Declaration
public long? Time { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
User_id
deprecated (only for backwards compatibility)
Declaration
public long? User_id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
User_name
Declaration
public string User_name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |