This commit is contained in:
JPNewman89 2019-10-08 14:46:57 +01:00 committed by GitHub
parent bae1a313e1
commit 2ba0134bb7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -343,6 +343,7 @@ class UsagePlan(BaseModel, dict):
self['quota'] = quota
self['tags'] = tags
class UsagePlanKey(BaseModel, dict):
def __init__(self, id, type, name, value):