> ## 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](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsgroupwithroles.md)
- [group_role_created](/ja-jp/services/playfab/api-references/events/Groups/group-role-created.md)
- [group_role_deleted](/ja-jp/services/playfab/api-references/events/Groups/group-role-deleted.md)
- [group_role_updated](/ja-jp/services/playfab/api-references/events/Groups/group-role-updated.md)
- [PFGroupsUpdateGroupRoleResponse](/ja-jp/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsupdategrouproleresponse.md)
