heightSuggested = $heightSuggested;
}
/**
* @return bool
*/
public function getHeightSuggested()
{
return $this->heightSuggested;
}
/**
* @param bool
*/
public function setWidthSuggested($widthSuggested)
{
$this->widthSuggested = $widthSuggested;
}
/**
* @return bool
*/
public function getWidthSuggested()
{
return $this->widthSuggested;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(SizeSuggestionState::class, 'Google_Service_Docs_SizeSuggestionState');