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

# PFGroupsGroupRole

> PFGroupsGroupRole 데이터 모델입니다. 그룹 역할을 설명합니다.

PFGroupsGroupRole 데이터 모델입니다. 그룹 역할을 설명합니다.

## 구문

```cpp theme={null}
typedef struct PFGroupsGroupRole {  
    const char* roleId;  
    const char* roleName;  
} PFGroupsGroupRole;  
```

### 멤버

**`roleId`**   const char\*<br />*is null-terminated*

(선택 사항) 역할의 ID입니다.

**`roleName`**   const char\*<br />*is null-terminated*

(선택 사항) 역할의 이름입니다.

## 요구 사항

**헤더:** PFGroupsTypes.h

## 참고 항목

[PFGroupsTypes 멤버](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsGroupWithRoles](/ko/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsgroupwithroles.md)
- [Services C API overview - PFGroupsTypes.h](/ko/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [group_role_created](/ko/services/playfab/api-references/events/Groups/group-role-created.md)
- [group_role_deleted](/ko/services/playfab/api-references/events/Groups/group-role-deleted.md)
- [group_role_updated](/ko/services/playfab/api-references/events/Groups/group-role-updated.md)
