Comment on page
Plan Period Object
An individual billing window of a plan.
Key | Type | Value |
---|---|---|
end | int | When the period begins, in seconds since epoch |
experiments | array<string> | An array of experiment IDs created this period. |
start | int | When the period begins, in seconds since epoch |
{
"end": 1417392000,
"experiments": [
"1",
"2"
],
"object": "plan_period",
"start": 1414800000
}
Last modified 1yr ago