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

# PFGroupsGroupApplication

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

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

## 语法

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

### 成员

**`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)
