actualLabel = $actualLabel;
}
public function getActualLabel()
{
return $this->actualLabel;
}
/**
* @param Google_Service_Bigquery_Entry[]
*/
public function setEntries($entries)
{
$this->entries = $entries;
}
/**
* @return Google_Service_Bigquery_Entry[]
*/
public function getEntries()
{
return $this->entries;
}
}