Request body object for rerunning A/B tests.

Constructors

Properties

abTestId: string

ID of the test to rerun.

variationId: string

ID of the object to reactivate as a test variation.

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]