NotificationConfig¶
-
class
oci.devops.models.
NotificationConfig
(**kwargs)¶ Bases:
object
Notification configuration for the project.
Methods
__init__
(**kwargs)Initializes a new NotificationConfig object with values from keyword arguments. Attributes
topic_id
[Required] Gets the topic_id of this NotificationConfig. -
__init__
(**kwargs)¶ Initializes a new NotificationConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: topic_id (str) – The value to assign to the topic_id property of this NotificationConfig.
-
topic_id
¶ [Required] Gets the topic_id of this NotificationConfig. The topic ID for notifications.
Returns: The topic_id of this NotificationConfig. Return type: str
-