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

# PFGroupsGetGroupResponse

> Modelo de datos de PFGroupsGetGroupResponse.

Modelo de datos de PFGroupsGetGroupResponse.

## Sintaxis

```cpp theme={null}
typedef struct PFGroupsGetGroupResponse {  
    const char* adminRoleId;  
    time_t created;  
    PFEntityKey const* group;  
    const char* groupName;  
    const char* memberRoleId;  
    int32_t profileVersion;  
    PFStringDictionaryEntry const* roles;  
    uint32_t rolesCount;  
} PFGroupsGetGroupResponse;  
```

### Miembros

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

(Opcional) ID del rol de administrador del grupo.

**`created`**   time\_t

Fecha y hora del servidor en que se creó el grupo.

**`group`**   [PFEntityKey](/services/playfab/api-references/c/pftypes/structs/pfentitykey-c) const\*

Identificador del grupo.

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

(Opcional) Nombre del grupo.

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

(Opcional) ID del rol de miembro predeterminado del grupo.

**`profileVersion`**   int32\_t

Versión actual del perfil; se puede usar para el control de simultaneidad durante las actualizaciones.

**`roles`**   [PFStringDictionaryEntry](/services/playfab/api-references/c/pftypes/structs/pfstringdictionaryentry) const\*<br />*may be nullptr*

(Opcional) Lista de roles y nombres que pertenecen al grupo.

**`rolesCount`**   uint32\_t

Recuento de roles

## Requisitos

**Encabezado:** PFGroupsTypes.h

## Consulte también

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


## Related topics

- [PFGroupsGetGroupGetResult](/es/services/playfab/api-references/c/pfgroups/functions/pfgroupsgetgroupgetresult.md)
- [Información general de la API de C de Services - PFGroupsTypes.h](/es/services/playfab/api-references/c/pfgroupstypes/pfgroupstypes_members.md)
- [PFGroupsUpdateGroupResponse](/es/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsupdategroupresponse.md)
- [PFGroupsCreateGroupResponse](/es/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupscreategroupresponse.md)
- [PFGroupsInviteToGroupResponse](/es/services/playfab/api-references/c/pfgroupstypes/structs/pfgroupsinvitetogroupresponse.md)
