Attributes
February 19, 2026 ยท View on GitHub
Example Usage
import { Attributes } from "@vercel/sdk/models/updateflagsettingsop.js";
let value: Attributes = {
key: "<key>",
type: "<value>",
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
key | string | :heavy_check_mark: | N/A |
type | string | :heavy_check_mark: | N/A |
labels | models.Labels[] | :heavy_minus_sign: | N/A |