---
title: "PersonalRecipientNotification"
slug: "common-vapidatatype-cipersonalrecipientnotification"
updated: 2026-04-23T08:55:09Z
published: 2026-04-23T09:02:03Z
canonical: "api.ncloud-docs.com/common-vapidatatype-cipersonalrecipientnotification"
---

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

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

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

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

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

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

필드 | 타입 | 필수 여부 | 설명 |
--- | --- | --- | ---
`managerNo` |  Long | - |  통보 대상자 번호
`managerName` | 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>
