Name = $param["Name"]; } if (array_key_exists("Value", $param) and $param["Value"] !== null) { $this->Value = $param["Value"]; } } }