in src/EnterpriseSearch/Schema/HealthResponse.php [35:49]
public function __construct(
SidecarInfo $filebeat,
JvmInfo $jvm,
string $name,
SystemInfo $system,
Version $version,
string $cluster_uuid,
) {
$this->filebeat = $filebeat;
$this->jvm = $jvm;
$this->name = $name;
$this->system = $system;
$this->version = $version;
$this->cluster_uuid = $cluster_uuid;
}