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

> Modelo de datos de PFGroupsGroupRole. Describe un rol de grupo.

Modelo de datos de PFGroupsGroupRole. Describe un rol de grupo.

## Sintaxis

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

### Miembros

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

(Opcional) ID del rol.

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

(Opcional) Nombre del rol.

## Requisitos

**Encabezado:** PFGroupsTypes.h

## Consulte también

[Miembros de PFGroupsTypes](/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members)


## Related topics

- [PFGroupsGroupWithRoles](/es/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsgroupwithroles.md)
- [Información general de la API de C de Services - PFGroupsTypes.h](/es/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [group_role_created](/es/services/playfab/api-references/events/Groups/group-role-created.md)
- [group_role_deleted](/es/services/playfab/api-references/events/Groups/group-role-deleted.md)
- [group_role_updated](/es/services/playfab/api-references/events/Groups/group-role-updated.md)
