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

# PFGroupsGroupBlock

> PFGroupsGroupBlock データ モデル。グループへの参加をブロックされているエンティティを記述します。

PFGroupsGroupBlock データ モデル。グループへの参加をブロックされているエンティティを記述します。

## 構文

```cpp theme={null}
typedef struct PFGroupsGroupBlock {  
    PFGroupsEntityWithLineage const* entity;  
    PFEntityKey const* group;  
} PFGroupsGroupBlock;  
```

### メンバー

**`entity`**   [PFGroupsEntityWithLineage](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsentitywithlineage) const\*<br />*may be nullptr*

(省略可能) ブロックされているエンティティ。

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

エンティティが参加をブロックされているグループの ID。

## 要件

**ヘッダー:** PFGroupsTypes.h

## 関連項目

[PFGroupsTypes のメンバー](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)
