CreateFlagSegmentFeatureFlagsRules

February 19, 2026 ยท View on GitHub

Example Usage

import { CreateFlagSegmentFeatureFlagsRules } from "@vercel/sdk/models/createflagsegmentop.js";

let value: CreateFlagSegmentFeatureFlagsRules = {
  id: "<id>",
  outcome: {
    type: "all",
  },
  conditions: [],
};

Fields

FieldTypeRequiredDescription
idstring:heavy_check_mark:N/A
outcomemodels.CreateFlagSegmentFeatureFlagsOutcome:heavy_check_mark:N/A
conditionsmodels.CreateFlagSegmentFeatureFlagsConditions[]:heavy_check_mark:N/A