> ## 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](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupslistgroupapplicationsresponse.md)
- [PFGroupsListMembershipOpportunitiesResponse](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupslistmembershipopportunitiesresponse.md)
- [Services C API overview - PFGroupsTypes.h](/ko/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsListGroupApplicationsAsync](/ko/services/playfab/api-references/c/pfgroups/functions/pfgroupslistgroupapplicationsasync.md)
- [PFGroupsRemoveGroupApplicationRequest](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsremovegroupapplicationrequest.md)
