python.model_templates.model_simple.mustache Maven / Gradle / Ivy
class {{classname}}(ModelSimple):
"""NOTE: This class is auto generated by OpenAPI Generator.
Ref: https://openapi-generator.tech
Do not edit the class manually.
Attributes:
{{> model_templates/docstring_allowed }}
{{> model_templates/docstring_openapi_validations }}
"""
{{> model_templates/classvars }}
attribute_map = {}
_composed_schemas = None
{{> model_templates/method_init_simple}}