The details of an A/B test group.
Example
{
"id": "13466",
"name": "Group_2020-5-7_15:23:3",
"status": 1,
"created": 1588839490,
"updated": 1588839490
}Structure
| Field | Type | Description |
|---|---|---|
| id | String | The ID of the A/B test group. |
| name | String | The name of the A/B test group. |
| status | Integer | The status of the A/B test group. Valid values: 0 (does not take effect), 1 (takes effect). |
| created | Integer | The time when the A/B test group was created. |
| updated | Integer | The time when the A/B test group was last updated. |