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

# PFGroupsEntityMemberRole

> PFGroupsEntityMemberRole データ モデル。

PFGroupsEntityMemberRole データ モデル。

## 構文

```cpp theme={null}
typedef struct PFGroupsEntityMemberRole {  
    PFGroupsEntityWithLineage const* members;  
    uint32_t membersCount;  
    const char* roleId;  
    const char* roleName;  
} PFGroupsEntityMemberRole;  
```

### メンバー

**`members`**   [PFGroupsEntityWithLineage](/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsentitywithlineage) const\*<br />*may be nullptr*

(省略可能) ロール内のメンバーの一覧。

**`membersCount`**   uint32\_t

members の数

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