bottom = $bottom;
}
/**
* @return Border
*/
public function getBottom()
{
return $this->bottom;
}
/**
* @param Border
*/
public function setInnerHorizontal(Border $innerHorizontal)
{
$this->innerHorizontal = $innerHorizontal;
}
/**
* @return Border
*/
public function getInnerHorizontal()
{
return $this->innerHorizontal;
}
/**
* @param Border
*/
public function setInnerVertical(Border $innerVertical)
{
$this->innerVertical = $innerVertical;
}
/**
* @return Border
*/
public function getInnerVertical()
{
return $this->innerVertical;
}
/**
* @param Border
*/
public function setLeft(Border $left)
{
$this->left = $left;
}
/**
* @return Border
*/
public function getLeft()
{
return $this->left;
}
/**
* @param GridRange
*/
public function setRange(GridRange $range)
{
$this->range = $range;
}
/**
* @return GridRange
*/
public function getRange()
{
return $this->range;
}
/**
* @param Border
*/
public function setRight(Border $right)
{
$this->right = $right;
}
/**
* @return Border
*/
public function getRight()
{
return $this->right;
}
/**
* @param Border
*/
public function setTop(Border $top)
{
$this->top = $top;
}
/**
* @return Border
*/
public function getTop()
{
return $this->top;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(UpdateBordersRequest::class, 'Google_Service_Sheets_UpdateBordersRequest');