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

php-symfony.model.mustache Maven / Gradle / Ivy

There is a newer version: 7.7.0
Show newest version
partial_header}}
/**
 * NOTE: This class is auto generated by the openapi generator program.
 * https://github.com/openapitools/openapi-generator
 * Do not edit the class manually.
 */

namespace {{modelPackage}};

use Symfony\Component\Validator\Constraints as Assert;
use JMS\Serializer\Annotation\Type;
use JMS\Serializer\Annotation\Accessor;
use JMS\Serializer\Annotation\SerializedName;

/**
 * Class representing the {{classname}} model.
 *
{{#description}}
 * {{.}}
 *
{{/description}}
 * @package {{modelPackage}}
 * @author  OpenAPI Generator team
 */
{{#isEnum}}{{>model_enum}}{{/isEnum}}
{{^isEnum}}{{>model_generic}}{{/isEnum}}
{{/model}}{{/models}}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy