Show / Hide Table of Contents

Class UpdateProjectNotificationPreferenceDetails

Information to update notification preference settings on project resource

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

Properties

NotificationPreference

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

The override value of project notification preference.

Remarks

Required

In this article
Back to top