---
title: "PersonalRecipientNotification"
slug: "common-apidatatype-cipersonalrecipientnotification"
updated: 2026-04-23T08:55:28Z
published: 2026-04-23T09:02:14Z
---

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

# PersonalRecipientNotification

Classic/VPC 환경에서 이용 가능합니다.

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

## 구문

구문은 다음과 같습니다.

```
private Long managerNo;
private String managerName;
private Set<NotifyType> notifyTypes;
private Integer reminderTime;
private boolean enableNotiWhenEventClose;
```

## 필드

필드에 대한 설명은 다음과 같습니다.

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