> ## 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](/zh-CN/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardsunlinkleaderboardfromstatisticasync.md)
- [服务 C API 概览 - PFLeaderboardsTypes.h](/zh-CN/services/playfab/api-references/c/pfleaderboardstypes/pfleaderboardstypes_members.md)
- [PFLeaderboardsLeaderboardColumn](/zh-CN/services/playfab/api-references/c/pfleaderboardstypes/structs/pfleaderboardsleaderboardcolumn.md)
- [StatisticLeaderboardSource](/zh-CN/services/playfab/api-references/events/data-types/statisticleaderboardsource.md)
- [PFLeaderboardsGetFriendLeaderboardForEntityGetResult](/zh-CN/services/playfab/api-references/c/pfleaderboards/functions/pfleaderboardsgetfriendleaderboardforentitygetresult.md)
