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 f1e69c6 commit f5723a7Copy full SHA for f5723a7
scaleway-async/scaleway_async/secret/v1alpha1/types.py
@@ -39,6 +39,7 @@ def __str__(self) -> str:
39
40
class Product(str, Enum, metaclass=StrEnumMeta):
41
UNKNOWN = "unknown"
42
+ EDGE_SERVICES = "edge_services"
43
44
def __str__(self) -> str:
45
return str(self.value)
scaleway/scaleway/secret/v1alpha1/types.py
0 commit comments