A/B テストシーンに関する情報です。
構造
| フィールド | 型 | 説明 |
|---|---|---|
| id | String | シーンの ID です。 |
| name | String | シーンの名前です。 |
| status | Integer | シーンのステータスです。有効な値は、0(停止中)および 1(実行中)です。 |
| created | Integer | シーンの作成時刻です。 |
| updated | Integer | シーンの最終更新時刻です。 |
| values[] | String | シーンの指標です。 |
例
{
"id": "20614",
"name": "test",
"status": 0,
"created": 1596527691,
"updated": 1596527691,
"values": [
"test"
]
}