---
title: "RecipientNotification"
slug: "common-apidatatype-cirecipientnotification"
tags: ["Classic"]
updated: 2026-04-23T08:55:28Z
published: 2026-04-23T09:02:14Z
canonical: "api.ncloud-docs.com/common-apidatatype-cirecipientnotification"
---

> ## 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

<p class="platform-info type-classic-vpc">Classic/VPC 환경에서 이용 가능합니다.</p>

Event Rule 생성, 수정 시 필요한 통보 대상 그룹 정보입니다.

## 구문 <a name="구문"></a>
구문은 다음과 같습니다.

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

## 필드 <a name="필드"></a>
필드에 대한 설명은 다음과 같습니다. 

필드 | 타입 | 필수 여부 | 설명 |
--- | --- | --- | ---
`groupNum` |  Long | -  |  통보 대상자 그룹 번호
`groupName` | String | -  |  통보 대상자 그룹 이름
`notifyTypes` | Set<NotifyType\> | -  |  통보 방법<ul><li>`SMS` \| `EMAIL`</li></ul>
`reminderTime` | Integer | - |  리마인드 알림 주기<ul><li>5~720</li></ul>
`enableNotiWhenEventClose` | Boolean | - | 종료 알림 사용 여부<ul><li>`true` \| `false`</li></ul>
