/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Testing
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Testing/ClientInfo.php (1329B)
clientInfoDetails = $clientInfoDetails;
}
/**
* @return Google_Service_Testing_ClientInfoDetail[]
*/
public function getClientInfoDetails()
{
return $this->clientInfoDetails;
}
public function setName($name)
{
$this->name = $name;
}
public function getName()
{
return $this->name;
}
}