Search Results for

    Show / Hide Table of Contents

    Class PullReviewRequestOptions

    PullReviewRequestOptions are options to add or remove pull review requests

    Inheritance
    System.Object
    PullReviewRequestOptions
    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 PullReviewRequestOptions

    Properties

    | Improve this Doc View Source

    Reviewers

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

    Team_reviewers

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