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

# PFTreatmentAssignment

> PFTreatmentAssignment データ モデル。

PFTreatmentAssignment データ モデル。

## 構文

```cpp theme={null}
typedef struct PFTreatmentAssignment {  
    PFVariable const* variables;  
    uint32_t variablesCount;  
    const char* const* variants;  
    uint32_t variantsCount;  
} PFTreatmentAssignment;  
```

### メンバー

**`variables`**   [PFVariable](/services/playfab/api-references/c/pftypes/structs/pfvariable) const\*\
*nullptr の場合あり*

(オプション) 実験の変数のリスト。

**`variablesCount`**   uint32\_t

variables の数

**`variants`**   const char\* const\*\
*nullptr の場合あり*

(オプション) 実験のバリアントのリスト。

**`variantsCount`**   uint32\_t

variants の数

## 要件

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

## 関連項目

[PFTypes のメンバー](/services/playfab/api-references/c/pftypes/pftypes_members)
