Class CreateStatusOption
CreateStatusOption holds the information needed to create a new CommitStatus for a Commit
Inheritance
System.Object
CreateStatusOption
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 CreateStatusOption
Properties
| Improve this Doc View SourceContext
Declaration
public string Context { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Description
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
State
Declaration
public string State { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Target_url
Declaration
public string Target_url { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |