minRowHeight = $minRowHeight;
}
/**
* @return Dimension
*/
public function getMinRowHeight()
{
return $this->minRowHeight;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TableRowProperties::class, 'Google_Service_Slides_TableRowProperties');