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