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

# ExperimentVariant

> ExperimentVariant データ型。

実験内のバリアント。

## Properties

| Name                   | Type                                                                                           | Description                          |
| :--------------------- | :--------------------------------------------------------------------------------------------- | :----------------------------------- |
| Id                     | String                                                                                         | バリアントの一意識別子。                         |
| Name                   | String                                                                                         | バリアントの名前。                            |
| TrafficPercentage      | int32                                                                                          | このバリアントを表示する、実験内のプレイヤーの割合 (0 ～ 100)。 |
| IsControl              | Boolean                                                                                        | バリアントが実験のコントロールであるかどうかを指定します。        |
| TitleDataOverrideLabel | String                                                                                         | タイトル データ オーバーライドのラベル。                |
| Variables              | [ExperimentVariable](/services/playfab/api-references/events/data-types/experimentvariable)\[] | このバリアントによって返される変数。                   |
