Class CommitStatus
CommitStatus holds a single status of a single Commit
Inheritance
System.Object
CommitStatus
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 CommitStatus
Properties
| Improve this Doc View SourceContext
Declaration
public string Context { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Created_at
Declaration
public DateTimeOffset? Created_at { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTimeOffset> |
Creator
Declaration
public User Creator { get; set; }
Property Value
| Type | Description |
|---|---|
| User |
Description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Id
Declaration
public long? Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int64> |
Status
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Target_url
Declaration
public string Target_url { 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> |
Url
Declaration
public string Url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |