setODataType("#microsoft.graph.educationExternalResource"); } /** * Gets the webUrl * Location of the resource. Required * * @return string|null The webUrl */ public function getWebUrl() { if (array_key_exists("webUrl", $this->_propDict)) { return $this->_propDict["webUrl"]; } else { return null; } } /** * Sets the webUrl * Location of the resource. Required * * @param string $val The value of the webUrl * * @return EducationExternalResource */ public function setWebUrl($val) { $this->_propDict["webUrl"] = $val; return $this; } }