Plan Period Object

An individual billing window of a plan.

Fields

KeyTypeValue

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

Example

{
  "end": 1417392000,
  "experiments": [
    "1",
    "2"
  ],
  "object": "plan_period",
  "start": 1414800000
}

Last updated