index = $index; } /** * @return int */ public function getIndex() { return $this->index; } /** * @param string */ public function setParentObjectId($parentObjectId) { $this->parentObjectId = $parentObjectId; } /** * @return string */ public function getParentObjectId() { return $this->parentObjectId; } /** * @param string */ public function setType($type) { $this->type = $type; } /** * @return string */ public function getType() { return $this->type; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Placeholder::class, 'Google_Service_Slides_Placeholder');