Class AllocationExposureGuardrailTrigger

Guardrail trigger details for a progressive rollout.

Hierarchy

  • AllocationExposureGuardrailTrigger

Constructors

Properties

additionalProperties?: {
    [key: string]: any;
}

A container for additional, undeclared properties. This is a holder for any undeclared properties as specified with the 'additionalProperties' keyword in the OAS document.

Type declaration

  • [key: string]: any
allocationExposureScheduleId: string

The progressive rollout ID this trigger belongs to.

createdAt: Date

The timestamp when this trigger was created.

flaggingVariantId: string

The variant ID that triggered this event.

id: string

The unique identifier of the guardrail trigger.

metricId: string

The metric ID associated with the trigger.

triggeredAction: string

The action that was triggered.

updatedAt: Date

The timestamp when this trigger was last updated.

Generated using TypeDoc