ABTestScene

更新时间:
复制 MD 格式

The information about an A/B test scene.

Structure

FieldTypeDescription
idStringThe ID of the scene.
nameStringThe name of the scene.
statusIntegerThe status of the scene. Valid values: 0 (stopped) and 1 (started).
createdIntegerThe time when the scene was created.
updatedIntegerThe time when the scene was last updated.
values[]StringThe indicators of the scene.

Example

{
    "id": "20614",
    "name": "test",
    "status": 0,
    "created": 1596527691,
    "updated": 1596527691,
    "values": [
        "test"
    ]
}