paddingEnd = $paddingEnd;
}
/**
* @return Dimension
*/
public function getPaddingEnd()
{
return $this->paddingEnd;
}
/**
* @param Dimension
*/
public function setWidth(Dimension $width)
{
$this->width = $width;
}
/**
* @return Dimension
*/
public function getWidth()
{
return $this->width;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SectionColumnProperties::class, 'Google_Service_Docs_SectionColumnProperties');