forked from loafle/openapi-generator-original
* handle composed schemas in InlineModelResolver * fix unit test -> TestUtils.parseSpec * update samples * fix samples * update samples * update samples * add new files
31 lines
574 B
PHP
31 lines
574 B
PHP
<?php
|
|
/**
|
|
* CatAllOf
|
|
*
|
|
* PHP version 7
|
|
*
|
|
* @package OpenAPIServer\Model
|
|
* @author OpenAPI Generator team
|
|
* @link https://github.com/openapitools/openapi-generator
|
|
*/
|
|
|
|
/**
|
|
* NOTE: This class is auto generated by the openapi generator program.
|
|
* https://github.com/openapitools/openapi-generator
|
|
*/
|
|
namespace OpenAPIServer\Model;
|
|
|
|
/**
|
|
* CatAllOf
|
|
*
|
|
* @package OpenAPIServer\Model
|
|
* @author OpenAPI Generator team
|
|
* @link https://github.com/openapitools/openapi-generator
|
|
*/
|
|
class CatAllOf
|
|
{
|
|
|
|
/** @var bool $declawed */
|
|
private $declawed;
|
|
}
|