/var/www/flurhymez/vendor/google/apiclient-services/src/Area120Tables
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/Area120Tables/CreateRowRequest.php (1588B)
parent = $parent;
}
/**
* @return string
*/
public function getParent()
{
return $this->parent;
}
/**
* @param Row
*/
public function setRow(Row $row)
{
$this->row = $row;
}
/**
* @return Row
*/
public function getRow()
{
return $this->row;
}
/**
* @param string
*/
public function setView($view)
{
$this->view = $view;
}
/**
* @return string
*/
public function getView()
{
return $this->view;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(CreateRowRequest::class, 'Google_Service_Area120Tables_CreateRowRequest');