list = $list; } /** * @return ListContent */ public function getList() { return $this->list; } /** * @param TextContent */ public function setText(TextContent $text) { $this->text = $text; } /** * @return TextContent */ public function getText() { return $this->text; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Section::class, 'Google_Service_Keep_Section');