bulletStyle = $bulletStyle;
}
/**
* @return TextStyle
*/
public function getBulletStyle()
{
return $this->bulletStyle;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(NestingLevel::class, 'Google_Service_Slides_NestingLevel');