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

> PFUserNintendoSwitchDeviceIdInfo 数据模型。

PFUserNintendoSwitchDeviceIdInfo 数据模型。

## 语法

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

### 成员

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

（可选）Nintendo Switch 设备 ID。

## 要求

**头文件：** PFTypes.h

## 另请参阅

[PFTypes 成员](/services/playfab/api-references/c/pftypes/pftypes_members)


## Related topics

- [PFUserAccountInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfuseraccountinfo.md)
- [服务 C API 概览 - PFTypes.h](/zh-CN/services/playfab/api-references/c/pftypes/pftypes_members.md)
- [PFUserNintendoSwitchAccountIdInfo](/zh-CN/services/playfab/api-references/c/pftypes/structs/pfusernintendoswitchaccountidinfo.md)
- [PFAccountManagementServerLinkNintendoSwitchDeviceIdRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinknintendoswitchdeviceidrequest.md)
- [PFAccountManagementClientLinkNintendoSwitchDeviceIdRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientlinknintendoswitchdeviceidrequest.md)
