Class CreatePullReviewOptions
CreatePullReviewOptions are options to create a pull review
Inheritance
System.Object
CreatePullReviewOptions
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 CreatePullReviewOptions
Properties
| Improve this Doc View SourceBody
Declaration
public string Body { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Comments
Declaration
public ICollection<CreatePullReviewComment> Comments { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.ICollection<CreatePullReviewComment> |
Commit_id
Declaration
public string Commit_id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Event
Declaration
public string Event { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |