forked from loafle/openapi-generator-original
* Adds v2 spec additionalproperties examples, adds v3 spec nulllable model example, updates samples * Remaining samples updates * Adds csharp generator update to handle models with multilevel parent types, which works for the AdditionalPropertiesObject model, samples updated
31 lines
625 B
PHP
31 lines
625 B
PHP
<?php
|
|
/**
|
|
* AdditionalPropertiesBoolean
|
|
*
|
|
* 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;
|
|
|
|
/**
|
|
* AdditionalPropertiesBoolean
|
|
*
|
|
* @package OpenAPIServer\Model
|
|
* @author OpenAPI Generator team
|
|
* @link https://github.com/openapitools/openapi-generator
|
|
*/
|
|
class AdditionalPropertiesBoolean
|
|
{
|
|
|
|
/** @var string $name */
|
|
private $name;
|
|
}
|