Skip to content

Commit 2dbf653

Browse files
Generate iaas (#799)
1 parent ffbaa74 commit 2dbf653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/iaas/src/stackit/iaas/models/machine_type.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
class MachineType(BaseModel):
2727
"""
28-
Machine Type. Filterable Fields: disk, extraSpecs, name, ram, vcpus.
28+
Machine Type. Filterable Fields: `disk`, `extraSpecs`, `name`, `ram`, `vcpus`.
2929
"""
3030

3131
description: Optional[Annotated[str, Field(strict=True, max_length=127)]] = Field(

0 commit comments

Comments
 (0)