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

# PFGroupsGetGroupRequest

> PFGroupsGetGroupRequest データ モデル。グループに関する ID、名前、ロールの一覧、およびメンバーシップに関連しないその他の情報を返します。

PFGroupsGetGroupRequest データ モデル。グループに関する ID、名前、ロールの一覧、およびメンバーシップに関連しないその他の情報を返します。

## 構文

```cpp theme={null}
typedef struct PFGroupsGetGroupRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    PFEntityKey const* group;  
    const char* groupName;  
} PFGroupsGetGroupRequest;  
```

### メンバー

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

(省略可能) リクエストに関連付けられている省略可能なカスタム タグ (ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数

**`group`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*<br />*may be nullptr*

(省略可能) グループの識別子。

**`groupName`**   const char\*<br />*is null-terminated*

(省略可能) グループの完全な名前。

## 要件

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

## 関連項目

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


## Related topics

- [PFGroupsGetGroupAsync](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupsgetgroupasync.md)
- [PFGroupsUpdateGroupRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsupdategrouprequest.md)
- [PFGroupsCreateGroupRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupscreategrouprequest.md)
- [PFGroupsApplyToGroupRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsapplytogrouprequest.md)
- [PFGroupsDeleteGroupRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsdeletegrouprequest.md)
