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

v2.php.model.mustache Maven / Gradle / Ivy

The newest version!
partial_header}}
/**
 * NOTE: This class is auto generated by the swagger code generator program.
 * https://github.com/swagger-api/swagger-codegen
 * Do not edit the class manually.
 */

namespace {{modelPackage}};
{{#isNot this 'enum'}}
{{^parentSchema}}

use \ArrayAccess;
{{/parentSchema}}
{{/isNot}}
use {{backSlash}}{{invokerPackage}}\ObjectSerializer;

/**
 * {{classname}} Class Doc Comment
 *
 * @category Class
{{#description}}
 * @description {{description}}
{{/description}}
 * @package  {{invokerPackage}}
 * @author   Swagger Codegen team
 * @link     https://github.com/swagger-api/swagger-codegen
 */
{{#is this 'enum'}}{{>model_enum}}{{/is}}{{#isNot this 'enum'}}{{>model_generic}}{{/isNot}}
{{/model}}{{/models}}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy