Show / Hide Table of Contents

Class PullRequestAuthorSummary

Object containing summary of PR author.

Inheritance
object
PullRequestAuthorSummary
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 PullRequestAuthorSummary

Properties

PrincipalDetails

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

Required

In this article
Back to top