setODataType("#microsoft.graph.educationPowerPointResource"); } /** * Gets the fileUrl * Location of the file on disk. * * @return string|null The fileUrl */ public function getFileUrl() { if (array_key_exists("fileUrl", $this->_propDict)) { return $this->_propDict["fileUrl"]; } else { return null; } } /** * Sets the fileUrl * Location of the file on disk. * * @param string $val The value of the fileUrl * * @return EducationPowerPointResource */ public function setFileUrl($val) { $this->_propDict["fileUrl"] = $val; return $this; } }