Class ProjectNotificationPreference
The notification preference of the project.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class ProjectNotificationPreferenceProperties
NotificationPreference
Declaration
[Required(ErrorMessage = "NotificationPreference is required.")]
[JsonProperty(PropertyName = "notificationPreference")]
[JsonConverter(typeof(ResponseEnumConverter))]
public ProjectNotificationPreference.NotificationPreferenceEnum? NotificationPreference { get; set; }Property Value
| Type | Description | 
|---|---|
| ProjectNotificationPreference.NotificationPreferenceEnum? | The override value of project notification preference. | 
Remarks
Required
ProjectId
Declaration
[Required(ErrorMessage = "ProjectId is required.")]
[JsonProperty(PropertyName = "projectId")]
public string ProjectId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The ocid of project resource | 
Remarks
Required
UserId
Declaration
[Required(ErrorMessage = "UserId is required.")]
[JsonProperty(PropertyName = "userId")]
public string UserId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The ocid of user. | 
Remarks
Required