backgroundColor = $backgroundColor;
}
/**
* @return OptionalColor
*/
public function getBackgroundColor()
{
return $this->backgroundColor;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Shading::class, 'Google_Service_Docs_Shading');