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

# PFGroupsApplyToGroupResponse

> PFGroupsApplyToGroupResponse 数据模型。描述加入组的申请。

PFGroupsApplyToGroupResponse 数据模型。描述加入组的申请。

## 语法

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

### 成员

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

（可选）请求成为成员的实体类型。

**`expires`**   time\_t

加入申请何时过期并被删除。

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

（可选）该实体请求加入的组的 ID。

## 要求

**头文件：** PFGroupsTypes.h

## 另请参阅

[PFGroupsTypes 成员](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsApplyToGroupGetResult](/zh-CN/services/playfab/api-references/c/pfgroups/functions/pfgroupsapplytogroupgetresult.md)
- [服务 C API 概览 - PFGroupsTypes.h](/zh-CN/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsApplyToGroupRequest](/zh-CN/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsapplytogrouprequest.md)
- [PFGroupsApplyToGroupAsync](/zh-CN/services/playfab/api-references/c/pfgroups/functions/pfgroupsapplytogroupasync.md)
- [PFGroupsApplyToGroupGetResultSize](/zh-CN/services/playfab/api-references/c/pfgroups/functions/pfgroupsapplytogroupgetresultsize.md)
