heightPixels = $heightPixels;
}
/**
* @return int
*/
public function getHeightPixels()
{
return $this->heightPixels;
}
/**
* @param int
*/
public function setWidthPixels($widthPixels)
{
$this->widthPixels = $widthPixels;
}
/**
* @return int
*/
public function getWidthPixels()
{
return $this->widthPixels;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(Dimensions::class, 'Google_Service_DisplayVideo_Dimensions');