ABTestGroup

更新时间:
复制 MD 格式

The data structure for an A/B test group.

Example

{
    "id": "13466",
    "name": "Group_2020-5-7_15:23:3",
    "status": 1,
    "created": 1588839490,
    "updated": 1588839490
}

Structure

FieldTypeDescription
idStringThe ID of the A/B test group.
nameStringThe name of the A/B test group.
statusIntegerThe status of the A/B test group. Valid values: 0 (does not take effect) and 1 (takes effect).
createdIntegerThe time when the A/B test group was created.
updatedIntegerThe time when the A/B test group was last updated.