Request body object for creating A/B tests.

Constructors

Properties

contentId: string

ID of the object to test.

variationName: string

Name of A/B 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;
    }[]