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

# PFUserNintendoSwitchDeviceIdInfo

> Modelo de datos de PFUserNintendoSwitchDeviceIdInfo.

Modelo de datos de PFUserNintendoSwitchDeviceIdInfo.

## Sintaxis

```cpp theme={null}
typedef struct PFUserNintendoSwitchDeviceIdInfo {  
    const char* nintendoSwitchDeviceId;  
} PFUserNintendoSwitchDeviceIdInfo;  
```

### Miembros

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

(Opcional) Id. de dispositivo de Nintendo Switch.

## Requisitos

**Encabezado:** PFTypes.h

## Consulte también

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


## Related topics

- [PFUserAccountInfo](/es/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [Información general de la API de C de Services - PFTypes.h](/es/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserNintendoSwitchAccountIdInfo](/es/services/playfab/api-references/c/pftypes/structs/pfusernintendoswitchaccountidinfo.md)
- [PFAccountManagementClientUnlinkNintendoSwitchDeviceIdRequest](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientunlinknintendoswitchdeviceidrequest.md)
- [PFAccountManagementClientLinkNintendoSwitchDeviceIdRequest](/es/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientlinknintendoswitchdeviceidrequest.md)
