update python samples

This commit is contained in:
William Cheng
2019-10-24 20:59:31 +08:00
parent c3666e9350
commit 9cf186cfd8
4 changed files with 8 additions and 0 deletions

View File

@@ -32,6 +32,8 @@ class EnumClass(object):
_EFG = "-efg"
_XYZ_ = "(xyz)"
allowable_values = [_ABC, _EFG, _XYZ_] # noqa: E501
"""
Attributes:
openapi_types (dict): The key is attribute name

View File

@@ -32,6 +32,8 @@ class OuterEnum(object):
APPROVED = "approved"
DELIVERED = "delivered"
allowable_values = [PLACED, APPROVED, DELIVERED] # noqa: E501
"""
Attributes:
openapi_types (dict): The key is attribute name

View File

@@ -32,6 +32,8 @@ class EnumClass(object):
_EFG = "-efg"
_XYZ_ = "(xyz)"
allowable_values = [_ABC, _EFG, _XYZ_] # noqa: E501
"""
Attributes:
openapi_types (dict): The key is attribute name

View File

@@ -32,6 +32,8 @@ class OuterEnum(object):
APPROVED = "approved"
DELIVERED = "delivered"
allowable_values = [PLACED, APPROVED, DELIVERED] # noqa: E501
"""
Attributes:
openapi_types (dict): The key is attribute name