filename = $filename; $this->content = $content; $this->mimeType = $mimeType; } public ?string $filename = null; public ?string $content = null; public ?string $mimeType = null; }