File tree 2 files changed +8
-0
lines changed
scaleway/scaleway/billing/v2beta1
scaleway-async/scaleway_async/billing/v2beta1 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,10 @@ def __str__(self) -> str:
94
94
class ListDiscountsRequestOrderBy (str , Enum , metaclass = StrEnumMeta ):
95
95
CREATION_DATE_DESC = "creation_date_desc"
96
96
CREATION_DATE_ASC = "creation_date_asc"
97
+ START_DATE_DESC = "start_date_desc"
98
+ START_DATE_ASC = "start_date_asc"
99
+ STOP_DATE_DESC = "stop_date_desc"
100
+ STOP_DATE_ASC = "stop_date_asc"
97
101
98
102
def __str__ (self ) -> str :
99
103
return str (self .value )
Original file line number Diff line number Diff line change @@ -94,6 +94,10 @@ def __str__(self) -> str:
94
94
class ListDiscountsRequestOrderBy (str , Enum , metaclass = StrEnumMeta ):
95
95
CREATION_DATE_DESC = "creation_date_desc"
96
96
CREATION_DATE_ASC = "creation_date_asc"
97
+ START_DATE_DESC = "start_date_desc"
98
+ START_DATE_ASC = "start_date_asc"
99
+ STOP_DATE_DESC = "stop_date_desc"
100
+ STOP_DATE_ASC = "stop_date_asc"
97
101
98
102
def __str__ (self ) -> str :
99
103
return str (self .value )
You can’t perform that action at this time.
0 commit comments