Files
cfw-autumn/others/python-sdk/docs/models/updatefeaturedisplayresponse.md
2026-02-19 14:14:12 +00:00

11 lines
1.0 KiB
Markdown

# UpdateFeatureDisplayResponse
Display names for the feature in billing UI and customer-facing components.
## Fields
| Field | Type | Required | Description |
| -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- | -------------------------------------------------------- |
| `singular` | *OptionalNullable[str]* | :heavy_minus_sign: | Singular form for UI display (e.g., 'API call', 'seat'). |
| `plural` | *OptionalNullable[str]* | :heavy_minus_sign: | Plural form for UI display (e.g., 'API calls', 'seats'). |