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

# PFLeaderboardsUnlinkLeaderboardFromStatisticRequest

> PFLeaderboardsUnlinkLeaderboardFromStatisticRequest データ モデル。

PFLeaderboardsUnlinkLeaderboardFromStatisticRequest データ モデル。

## 構文

```cpp theme={null}
typedef struct PFLeaderboardsUnlinkLeaderboardFromStatisticRequest {  
    PFStringDictionaryEntry const* customTags;  
    uint32_t customTagsCount;  
    const char* name;  
    const char* statisticName;  
} PFLeaderboardsUnlinkLeaderboardFromStatisticRequest;  
```

### メンバー

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

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

**`customTagsCount`**   uint32\_t

customTags の数。

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

リンク解除するリーダーボード定義の名前。

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

リンク解除する統計定義の名前。

## 要件

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

## 関連項目

[PFLeaderboardsTypes のメンバー](/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members)


## Related topics

- [PFLeaderboardsUnlinkLeaderboardFromStatisticAsync](/ja-jp/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardsunlinkleaderboardfromstatisticasync.md)
- [Services C API overview - PFLeaderboardsTypes.h](/ja-jp/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members.md)
- [Leaderboards](/ja-jp/build/steam-porting-guide/features/steam-leaderboards.md)
- [PFLeaderboardsLeaderboardColumn](/ja-jp/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsleaderboardcolumn.md)
- [StatisticLeaderboardSource](/ja-jp/services/playfab/api-references/events/data-types/statisticleaderboardsource.md)
