UpdateFlagVariants
March 27, 2026 ยท View on GitHub
Example Usage
import { UpdateFlagVariants } from "@vercel/sdk/models/updateflagop.js";
let value: UpdateFlagVariants = {
id: "<id>",
value: [
"<value 1>",
],
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
id | string | :heavy_check_mark: | The id of the variant |
label | string | :heavy_minus_sign: | A label for the variant |
description | string | :heavy_minus_sign: | A description of the variant |
value | any | :heavy_check_mark: | N/A |