lists = $lists;
}
/**
* @return SlidesList[]
*/
public function getLists()
{
return $this->lists;
}
/**
* @param TextElement[]
*/
public function setTextElements($textElements)
{
$this->textElements = $textElements;
}
/**
* @return TextElement[]
*/
public function getTextElements()
{
return $this->textElements;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TextContent::class, 'Google_Service_Slides_TextContent');