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

# PFEntityLineage

> Modelo de datos de PFEntityLineage.

Modelo de datos de PFEntityLineage.

## Sintaxis

```cpp theme={null}
typedef struct PFEntityLineage {  
    const char* characterId;  
    const char* groupId;  
    const char* masterPlayerAccountId;  
    const char* namespaceId;  
    const char* titleId;  
    const char* titlePlayerAccountId;  
} PFEntityLineage;  
```

### Miembros

**`characterId`**   const char\*\
*is null-terminated*

(Opcional) Identificador de personaje (Character Id) de la entidad asociada.

**`groupId`**   const char\*\
*is null-terminated*

(Opcional) Identificador de grupo (Group Id) de la entidad asociada.

**`masterPlayerAccountId`**   const char\*\
*is null-terminated*

(Opcional) Identificador de cuenta de jugador maestra (Master Player Account Id) de la entidad asociada.

**`namespaceId`**   const char\*\
*is null-terminated*

(Opcional) Identificador de espacio de nombres (Namespace Id) de la entidad asociada.

**`titleId`**   const char\*\
*is null-terminated*

(Opcional) Identificador de título (Title Id) de la entidad asociada.

**`titlePlayerAccountId`**   const char\*\
*is null-terminated*

(Opcional) Identificador de cuenta de jugador del título (Title Player Account Id) de la entidad asociada.

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

[Miembros de PFTypes](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFEntityLineageDictionaryEntry](/es/services/playfab/api-references/c/pftypes/structs/pfentitylineagedictionaryentry.md)
- [PFAuthenticationValidateEntityTokenResponse](/es/services/playfab/api-references/c/pfauthenticationtypes/structs/pfauthenticationvalidateentitytokenresponse.md)
- [PFProfilesEntityProfileBody](/es/services/playfab/api-references/c/pfprofilestypes/structs/pfprofilesentityprofilebody.md)
- [Información general de la API de C de Services - PFTypes.h](/es/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [EntityLineage](/es/services/playfab/api-references/events/data-types/entitylineage.md)
