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