Class UpdateReviewerDetails
The reviewer to be updated.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class UpdateReviewerDetailsProperties
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