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

# PFAccountManagementServerUnlinkNintendoSwitchDeviceIdRequest

> PFAccountManagementServerUnlinkNintendoSwitchDeviceIdRequest 数据模型。

PFAccountManagementServerUnlinkNintendoSwitchDeviceIdRequest 数据模型。

## 语法

```cpp theme={null}
typedef struct PFAccountManagementServerUnlinkNintendoSwitchDeviceIdRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* nintendoSwitchDeviceId;  
    const char* playFabId;  
} PFAccountManagementServerUnlinkNintendoSwitchDeviceIdRequest;  
```

### 成员

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

（可选）与请求关联的可选自定义标记（例如生成号、外部跟踪标识符等）。

**`customTagsCount`**   uint32\_t

customTags 的数量

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

（可选）用户的 Nintendo Switch 设备标识符。如果未指定，将使用最近登录的设备 ID。

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

将对其执行操作的用户的唯一 PlayFab 分配 ID。

## 要求

**头文件：** PFAccountManagementTypes.h

## 另请参阅

[PFAccountManagementTypes 成员](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementServerUnlinkNintendoSwitchDeviceIdAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverunlinknintendoswitchdeviceidasync.md)
- [服务 C API 概览 - PFAccountManagementTypes.h](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementClientUnlinkNintendoSwitchDeviceIdRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientunlinknintendoswitchdeviceidrequest.md)
- [PFAccountManagementClientUnlinkNintendoSwitchDeviceIdAsync](/zh-CN/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientunlinknintendoswitchdeviceidasync.md)
- [PFAccountManagementServerLinkNintendoSwitchDeviceIdRequest](/zh-CN/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinknintendoswitchdeviceidrequest.md)
