for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace Acquia\Cloud\Api\Response;
class SiteName extends \Acquia\Rest\Element
{
/**
* @return string
*/
public function name()
return $this['name'];
}