minRowHeightSuggested = $minRowHeightSuggested;
}
/**
* @return bool
*/
public function getMinRowHeightSuggested()
{
return $this->minRowHeightSuggested;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(TableRowStyleSuggestionState::class, 'Google_Service_Docs_TableRowStyleSuggestionState');