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

# PFAccountManagementClientLinkNintendoSwitchDeviceIdRequest

> PFAccountManagementClientLinkNintendoSwitchDeviceIdRequest データ モデル。

PFAccountManagementClientLinkNintendoSwitchDeviceIdRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFAccountManagementClientLinkNintendoSwitchDeviceIdRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    bool const* forceLink;  
    const char* nintendoSwitchDeviceId;  
} PFAccountManagementClientLinkNintendoSwitchDeviceIdRequest;  
```

### メンバー

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

(省略可) リクエストに関連付けられた任意のカスタム タグ (例: ビルド番号、外部トレース識別子など)。

**`customTagsCount`**   uint32\_t

customTags の数。

**`forceLink`**   bool const\*<br />*may be nullptr*

(省略可) 別のユーザーが既にその Nintendo Switch Device ID にリンクされている場合、他のユーザーのリンクを解除して再リンクします。

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

ユーザーのデバイスに対する Nintendo Switch の一意の識別子。

## 要件

**ヘッダー:** PFAccountManagementTypes.h

## 関連項目

[PFAccountManagementTypes のメンバー](/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members)


## Related topics

- [PFAccountManagementClientLinkNintendoSwitchDeviceIdAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementclientlinknintendoswitchdeviceidasync.md)
- [Services C API overview - PFAccountManagementTypes.h](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/pfaccountmanagementtypes_members.md)
- [PFAccountManagementServerLinkNintendoSwitchDeviceIdRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementserverlinknintendoswitchdeviceidrequest.md)
- [PFAccountManagementServerLinkNintendoSwitchDeviceIdAsync](/ja-jp/services/playfab/api-references/c/pfaccountmanagement/functions/pfaccountmanagementserverlinknintendoswitchdeviceidasync.md)
- [PFAccountManagementClientUnlinkNintendoSwitchDeviceIdRequest](/ja-jp/services/playfab/api-references/c/pfaccountmanagementtypes/structs/pfaccountmanagementclientunlinknintendoswitchdeviceidrequest.md)
