fields = $fields; } public function getFields() { return $this->fields; } /** * @param Google_Service_Slides_ImageProperties */ public function setImageProperties(Google_Service_Slides_ImageProperties $imageProperties) { $this->imageProperties = $imageProperties; } /** * @return Google_Service_Slides_ImageProperties */ public function getImageProperties() { return $this->imageProperties; } public function setObjectId($objectId) { $this->objectId = $objectId; } public function getObjectId() { return $this->objectId; } }