actualLabel = $actualLabel;
}
/**
* @return string
*/
public function getActualLabel()
{
return $this->actualLabel;
}
/**
* @param Entry[]
*/
public function setEntries($entries)
{
$this->entries = $entries;
}
/**
* @return Entry[]
*/
public function getEntries()
{
return $this->entries;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Row::class, 'Google_Service_Bigquery_Row');