We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa77a47 + 5eddb87 commit 66b1f2eCopy full SHA for 66b1f2e
lib/Model/FileItemRequest.php
@@ -41,7 +41,7 @@
41
* @link https://openapi-generator.tech
42
* @implements \ArrayAccess<string, mixed>
43
*/
44
-class FileItemRequest implements ModelInterface, ArrayAccess, \JsonSerializable
+class FileItemRequest extends CustomizableModelAbstract implements ModelInterface, ArrayAccess, \JsonSerializable
45
{
46
public const DISCRIMINATOR = null;
47
@@ -260,6 +260,7 @@ public function __construct(array $data = null)
260
$this->setIfExists('data', $data ?? [], null);
261
$this->setIfExists('metadata', $data ?? [], null);
262
$this->setIfExists('attachments', $data ?? [], null);
263
+ parent::__construct([]);
264
}
265
266
/**
0 commit comments