for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace AcquiaCloudApi\Response;
class LogstreamResponse
{
public object $logstream;
public object $links;
public function __construct(object $logstream)
$this->logstream = $logstream->logstream;
$this->links = $logstream->_links;
}