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


## Related topics

- [PFGroupsListGroupApplicationsResponse](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupslistgroupapplicationsresponse.md)
- [PFGroupsListMembershipOpportunitiesResponse](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupslistmembershipopportunitiesresponse.md)
- [Services C API overview - PFGroupsTypes.h](/ja-jp/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsListGroupApplicationsAsync](/ja-jp/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupapplicationsasync.md)
- [PFGroupsRemoveGroupApplicationRequest](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsremovegroupapplicationrequest.md)
