> ## 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](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupsunblockentityasync.md)
- [PFGroupsBlockEntityRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsblockentityrequest.md)
- [PFGroupsListGroupBlocksAsync](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupblocksasync.md)
- [エンティティ API 再構成アップグレード チュートリアル](/ja-jp/services/playfab/live-service-management/game-configuration/entities/entity-api-restructure-upgrade-tutorial.md)
- [PFGroupsBlockEntityAsync](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupsblockentityasync.md)
