EyebrowDensity = new AttributeItem(); $this->EyebrowDensity->deserialize($param["EyebrowDensity"]); } if (array_key_exists("EyebrowCurve",$param) and $param["EyebrowCurve"] !== null) { $this->EyebrowCurve = new AttributeItem(); $this->EyebrowCurve->deserialize($param["EyebrowCurve"]); } if (array_key_exists("EyebrowLength",$param) and $param["EyebrowLength"] !== null) { $this->EyebrowLength = new AttributeItem(); $this->EyebrowLength->deserialize($param["EyebrowLength"]); } } }