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

# PFStatisticsIncrementStatisticVersionResponse

> Modelo de dados de PFStatisticsIncrementStatisticVersionResponse.

Modelo de dados de PFStatisticsIncrementStatisticVersionResponse.

## Sintaxe

```cpp theme={null}
typedef struct PFStatisticsIncrementStatisticVersionResponse {  
    uint32_t version;  
} PFStatisticsIncrementStatisticVersionResponse;  
```

### Membros

**`version`**   uint32\_t

Nova versão da estatística.

## Requisitos

**Cabeçalho:** PFStatisticsTypes.h

## Confira também

[Membros de PFStatisticsTypes](/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members)


## Related topics

- [PFStatisticsIncrementStatisticVersionGetResult](/pt-BR/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversiongetresult.md)
- [Visão geral da API C do Services - PFStatisticsTypes.h](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/pfstatisticstypes_members.md)
- [PFStatisticsIncrementStatisticVersionRequest](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsincrementstatisticversionrequest.md)
- [PFStatisticsIncrementStatisticVersionAsync](/pt-BR/services/playfab/api-references/c/pfstatistics/functions/pfstatisticsincrementstatisticversionasync.md)
- [PFStatisticsGetStatisticDefinitionResponse](/pt-BR/services/playfab/api-references/c/pfstatisticstypes/structs/pfstatisticsgetstatisticdefinitionresponse.md)
