[go][client] Fix example value for non string enums (#8900)

* [go][client] Fix example value for non string enums

* regenerated samples
This commit is contained in:
Jiri Kuncar
2021-03-08 11:11:50 +01:00
committed by GitHub
parent 101da6e434
commit 8cb4741248
432 changed files with 30350 additions and 1 deletions

View File

@@ -0,0 +1,15 @@
<?php
/**
* OuterObjectWithEnumProperty
*/
namespace app\Models;
/**
* OuterObjectWithEnumProperty
*/
class OuterObjectWithEnumProperty {
/** @var \app\Models\OuterEnumInteger $value */
private $value;
}