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 f9979ec commit 845237cCopy full SHA for 845237c
yeti_switch_api/orm/account.py
@@ -9,7 +9,7 @@ class Meta:
9
contractor = RelationField("contractor")
10
timezone = RelationField("timezone")
11
12
- external-id = AttributeField("external-id")
+ external_id = AttributeField("external-id")
13
uuid = AttributeField("uuid")
14
15
name = AttributeField("name")
yeti_switch_api/orm/package_counter.py
@@ -1,5 +1,6 @@
1
from .base_model import BaseModel, AttributeField, RelationField
2
3
+
4
class PackageCounter(BaseModel):
5
class Meta:
6
path = "package-counters"
@@ -12,4 +13,3 @@ class Meta:
account = RelationField("account")
service = RelationField("service")
-
0 commit comments