Show / Hide Table of Contents

Class CreateReviewerDetails

The reviewer to be created.

Inheritance
object
CreateReviewerDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class CreateReviewerDetails

Properties

PrincipalId

Declaration
[Required(ErrorMessage = "PrincipalId is required.")]
[JsonProperty(PropertyName = "principalId")]
public string PrincipalId { get; set; }
Property Value
Type Description
string

Pull Request reviewer id

Remarks

Required

In this article
Back to top