UpdatePullRequestNotificationPreferenceDetails¶
- 
class oci.devops.models.UpdatePullRequestNotificationPreferenceDetails(**kwargs)¶
- Bases: - object- Information to update notification preference settings on pull request resource - Methods - __init__(**kwargs)- Initializes a new UpdatePullRequestNotificationPreferenceDetails object with values from keyword arguments. - Attributes - notification_preference- [Required] Gets the notification_preference of this UpdatePullRequestNotificationPreferenceDetails. - 
__init__(**kwargs)¶
- Initializes a new UpdatePullRequestNotificationPreferenceDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): - Parameters: - notification_preference (str) – The value to assign to the notification_preference property of this UpdatePullRequestNotificationPreferenceDetails. 
 - 
notification_preference¶
- [Required] Gets the notification_preference of this UpdatePullRequestNotificationPreferenceDetails. The override value of pull request notification preference. - Returns: - The notification_preference of this UpdatePullRequestNotificationPreferenceDetails. - Return type: - str 
 
-