/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AlertCenter
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/AlertCenter/Csv.php (1247B)
dataRows = $dataRows;
}
/**
* @return Google_Service_AlertCenter_CsvRow[]
*/
public function getDataRows()
{
return $this->dataRows;
}
public function setHeaders($headers)
{
$this->headers = $headers;
}
public function getHeaders()
{
return $this->headers;
}
}