11 lines
1.0 KiB
Markdown
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'). | |