Show / Hide Table of Contents

Class ReviewPullRequestDetails

Details to submit pull request review

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

Properties

Action

Declaration
[Required(ErrorMessage = "Action is required.")]
[JsonProperty(PropertyName = "action")]
[JsonConverter(typeof(StringEnumConverter))]
public ReviewPullRequestDetails.ActionEnum? Action { get; set; }
Property Value
Type Description
ReviewPullRequestDetails.ActionEnum?

The review action taken

Remarks

Required

In this article
Back to top