We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdd3459 commit 52421c5Copy full SHA for 52421c5
scaleway-async/scaleway_async/marketplace/v2/types.py
@@ -28,6 +28,8 @@ def __str__(self) -> str:
28
29
30
class ListLocalImagesRequestOrderBy(str, Enum, metaclass=StrEnumMeta):
31
+ TYPE_ASC = "type_asc"
32
+ TYPE_DESC = "type_desc"
33
CREATED_AT_ASC = "created_at_asc"
34
CREATED_AT_DESC = "created_at_desc"
35
scaleway/scaleway/marketplace/v2/types.py
0 commit comments