Search Results for

    Show / Hide Table of Contents

    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 Source

    Body

    Declaration
    public string Body { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Comments

    Declaration
    public ICollection<CreatePullReviewComment> Comments { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.ICollection<CreatePullReviewComment>
    | Improve this Doc View Source

    Commit_id

    Declaration
    public string Commit_id { get; set; }
    Property Value
    Type Description
    System.String
    | Improve this Doc View Source

    Event

    Declaration
    public string Event { get; set; }
    Property Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    Back to top © Dangl IT GmbH