> ## 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](/zh-CN/services/playfab/api-references/c/pfgroups/functions/pfgroupsgetgroupasync.md)
- [服务 C API 概览 - PFGroupsTypes.h](/zh-CN/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsUpdateGroupRequest](/zh-CN/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsupdategrouprequest.md)
- [PFGroupsCreateGroupRequest](/zh-CN/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupscreategrouprequest.md)
- [PFGroupsDeleteGroupRequest](/zh-CN/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsdeletegrouprequest.md)
