All Downloads are FREE. Search and download functionalities are using the official Maven repository.

python.model_templates.model_normal.mustache Maven / Gradle / Ivy

There is a newer version: 7.9.0
Show newest version
class {{classname}}(ModelNormal):
    """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 }}
      attribute_map (dict): The key is attribute name
          and the value is json key in definition.
      discriminator_value_class_map (dict): A dict to go from the discriminator
          variable value to the discriminator class name.
{{> model_templates/docstring_openapi_validations }}
    """

{{> model_templates/classvars }}

    attribute_map = {
{{#requiredVars}}
        '{{name}}': '{{baseName}}',  # noqa: E501
{{/requiredVars}}
{{#optionalVars}}
        '{{name}}': '{{baseName}}',  # noqa: E501
{{/optionalVars}}
    }

    _composed_schemas = {}

{{> model_templates/method_init_normal}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy