range = $range;
}
/**
* @return Range
*/
public function getRange()
{
return $this->range;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeleteParagraphBulletsRequest::class, 'Google_Service_Docs_DeleteParagraphBulletsRequest');