Request body object for ending A/B tests.

Constructors

Properties

abTestId: string

ID of the test to end.

winnerId: string

ID of the object to designate as the test winner.

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

Methods

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