UpdateProjectNotificationPreferenceDetails¶
-
class
oci.devops.models.
UpdateProjectNotificationPreferenceDetails
(**kwargs)¶ Bases:
object
Information to update notification preference settings on project resource
Methods
__init__
(**kwargs)Initializes a new UpdateProjectNotificationPreferenceDetails object with values from keyword arguments. Attributes
notification_preference
[Required] Gets the notification_preference of this UpdateProjectNotificationPreferenceDetails. -
__init__
(**kwargs)¶ Initializes a new UpdateProjectNotificationPreferenceDetails 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 UpdateProjectNotificationPreferenceDetails.
-
notification_preference
¶ [Required] Gets the notification_preference of this UpdateProjectNotificationPreferenceDetails. The override value of project notification preference.
Returns: The notification_preference of this UpdateProjectNotificationPreferenceDetails. Return type: str
-