elementProperties = $elementProperties; } /** * @return PageElementProperties */ public function getElementProperties() { return $this->elementProperties; } /** * @param string */ public function setObjectId($objectId) { $this->objectId = $objectId; } /** * @return string */ public function getObjectId() { return $this->objectId; } /** * @param string */ public function setUrl($url) { $this->url = $url; } /** * @return string */ public function getUrl() { return $this->url; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateImageRequest::class, 'Google_Service_Slides_CreateImageRequest');