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

# PFGroupsUnblockEntityRequest

> PFGroupsUnblockEntityRequest 数据模型。解除对一批实体加入组的阻止。操作成功时不返回任何数据。

PFGroupsUnblockEntityRequest 数据模型。解除对一批实体加入组的阻止。操作成功时不返回任何数据。

## 语法

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

### 成员

**`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

- [PFGroupsUnblockEntityAsync](/zh-CN/services/playfab/api-references/c/pfgroups/functions/pfgroupsunblockentityasync.md)
- [服务 C API 概览 - PFGroupsTypes.h](/zh-CN/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsBlockEntityRequest](/zh-CN/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsblockentityrequest.md)
- [PFGroupsListGroupBlocksAsync](/zh-CN/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupblocksasync.md)
- [Entity API 重构升级教程](/zh-CN/services/playfab/live-service-management/game-configuration/entities/entity-api-restructure-upgrade-tutorial.md)
