> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# PFGroupsBlockEntityRequest

> PFGroupsBlockEntityRequest 데이터 모델입니다. 엔터티 목록이 그룹에 참가하지 못하도록 차단합니다. 차단된 엔터티는 새 참가 신청을 만들거나, 초대를.

PFGroupsBlockEntityRequest 데이터 모델입니다. 엔터티 목록이 그룹에 참가하지 못하도록 차단합니다. 차단된 엔터티는 새 참가 신청을 만들거나, 참가 초대를 받거나, 초대를 수락하거나, 신청이 수락되게 할 수 없습니다. 차단으로 인한 실패는 그룹에 대한 기존 신청 또는 초대를 정리하지 않습니다. 성공한 경우 반환되는 데이터가 없습니다.

## 구문

```cpp theme={null}
typedef struct PFGroupsBlockEntityRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* entity;  
    PFEntityKey const* group;  
} PFGroupsBlockEntityRequest;  
```

### 멤버

**`customTags`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(선택 사항) 요청과 연결된 선택적 사용자 지정 태그입니다(예: 빌드 번호, 외부 추적 식별자 등).

**`customTagsCount`**   uint32\_t

customTags의 개수입니다.

**`entity`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

이 작업을 수행할 엔터티입니다.

**`group`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

그룹의 식별자입니다.

## 요구 사항

**헤더:** PFGroupsTypes.h

## 참고 항목

[PFGroupsTypes 멤버](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsBlockEntityAsync](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupsblockentityasync.md)
- [Services C API overview - PFGroupsTypes.h](/ko/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsListGroupBlocksRequest](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupslistgroupblocksrequest.md)
- [PFGroupsUnblockEntityRequest](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsunblockentityrequest.md)
- [PFGroupsListGroupBlocksAsync](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupblocksasync.md)
