| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | The internal ID of this entity. | |
| created | OffsetDateTime | The time this entity was created. | |
| applicationId | Long | The ID of the Application that owns this entity. | |
| isVariantAssignmentExternal | Boolean | The source of the assignment. - false - The assignment to the variant is handled internally by the Talon.Oneandled internally by the Talon.One. - true - The assignment to the variant handled externally. | [optional] |
| campaign | Campaign | [optional] | |
| activated | OffsetDateTime | The date and time the experiment was activated. | [optional] |
| state | StateEnum | A disabled experiment is not evaluated for rules or coupons. | [optional] |
| variants | List<ExperimentVariant> | [optional] | |
| deletedat | OffsetDateTime | The date and time the experiment was deleted. | [optional] |
| Name | Value |
|---|---|
| ENABLED | "enabled" |
| DISABLED | "disabled" |