UpdateAbTestRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier of the A/B test to update.

Link copied to clipboard

A unique, case-sensitive identifier to ensure that the API request completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error.

Link copied to clipboard

The updated description of the A/B test.

Link copied to clipboard

The updated evaluation configuration.

Link copied to clipboard

The updated execution status to enable or disable the A/B test.

Link copied to clipboard

The updated gateway filter.

Link copied to clipboard
val name: String?

The updated name of the A/B test.

Link copied to clipboard

The updated IAM role ARN.

Link copied to clipboard

The updated list of variants.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String