Skip to content

Commit

Permalink
[Python] Add attribute_map to simple model (#6669)
Browse files Browse the repository at this point in the history
* [python] Add missing attribute_map definition

* regenerated
  • Loading branch information
jirikuncar authored Jun 15, 2020
1 parent 2460cfc commit aa201b3
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ class {{unescapedDescription}}(ModelSimple):

{{> python-experimental/model_templates/classvars }}

attribute_map = {}

_composed_schemas = None

{{> python-experimental/model_templates/method_init_normal}}
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def openapi_types():
def discriminator():
return None

attribute_map = {}

_composed_schemas = None

required_properties = set([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def openapi_types():
def discriminator():
return None

attribute_map = {}

_composed_schemas = None

required_properties = set([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def openapi_types():
def discriminator():
return None

attribute_map = {}

_composed_schemas = None

required_properties = set([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ def openapi_types():
def discriminator():
return None

attribute_map = {}

_composed_schemas = None

required_properties = set([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def openapi_types():
def discriminator():
return None

attribute_map = {}

_composed_schemas = None

required_properties = set([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def openapi_types():
def discriminator():
return None

attribute_map = {}

_composed_schemas = None

required_properties = set([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def openapi_types():
def discriminator():
return None

attribute_map = {}

_composed_schemas = None

required_properties = set([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,8 @@ def openapi_types():
def discriminator():
return None

attribute_map = {}

_composed_schemas = None

required_properties = set([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def openapi_types():
def discriminator():
return None

attribute_map = {}

_composed_schemas = None

required_properties = set([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def openapi_types():
def discriminator():
return None

attribute_map = {}

_composed_schemas = None

required_properties = set([
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ def openapi_types():
def discriminator():
return None

attribute_map = {}

_composed_schemas = None

required_properties = set([
Expand Down

0 comments on commit aa201b3

Please sign in to comment.