Documentation Index

Fetch the complete documentation index at: https://api.ncloud-docs.com/llms.txt

Use this file to discover all available pages before exploring further.

RecipientNotification

Prev Next

Available in Classic and VPC

This is the notification recipient group information required when creating or editing an event rule.

Syntax

The syntax is as follows:

private Integer groupNum;
private String groupName;
private Set<NotifyType> notifyTypes;
private Integer reminderTime;
private boolean enableNotiWhenEventClose; 

Field

The following describes the fields:

Field Type Required Description
groupNum Long - Notification recipient group number
groupName String - Notification recipient group name
notifyTypes Set<NotifyType> - Notification method
  • SMS | EMAIL
reminderTime Integer - Reminder notification frequency
  • 5-720
enableNotiWhenEventClose Boolean - Whether to use end notification
  • true | false