bottom = $bottom;
}
/**
* @return int
*/
public function getBottom()
{
return $this->bottom;
}
/**
* @param int
*/
public function setLeft($left)
{
$this->left = $left;
}
/**
* @return int
*/
public function getLeft()
{
return $this->left;
}
/**
* @param int
*/
public function setRight($right)
{
$this->right = $right;
}
/**
* @return int
*/
public function getRight()
{
return $this->right;
}
/**
* @param int
*/
public function setTop($top)
{
$this->top = $top;
}
/**
* @return int
*/
public function getTop()
{
return $this->top;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Padding::class, 'Google_Service_Sheets_Padding');