Show / Hide Table of Contents

Class UpdatePullRequestNotificationPreferenceDetails

Information to update notification preference settings on pull request resource

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

Properties

NotificationPreference

Declaration
[Required(ErrorMessage = "NotificationPreference is required.")]
[JsonProperty(PropertyName = "notificationPreference")]
[JsonConverter(typeof(StringEnumConverter))]
public PullRequestNotificationPreference.NotificationPreferenceEnum? NotificationPreference { get; set; }
Property Value
Type Description
PullRequestNotificationPreference.NotificationPreferenceEnum?

The override value of pull request notification preference.

Remarks

Required

In this article
Back to top