listId = $listId; } public function getListId() { return $this->listId; } /** * @param Google_Service_Slides_NestingLevel */ public function setNestingLevel($nestingLevel) { $this->nestingLevel = $nestingLevel; } /** * @return Google_Service_Slides_NestingLevel */ public function getNestingLevel() { return $this->nestingLevel; } }