width = $width;
}
/**
* @return Dimension
*/
public function getWidth()
{
return $this->width;
}
/**
* @param string
*/
public function setWidthType($widthType)
{
$this->widthType = $widthType;
}
/**
* @return string
*/
public function getWidthType()
{
return $this->widthType;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TableColumnProperties::class, 'Google_Service_Docs_TableColumnProperties');