colorSuggested = $colorSuggested; } /** * @return bool */ public function getColorSuggested() { return $this->colorSuggested; } /** * @param bool */ public function setDashStyleSuggested($dashStyleSuggested) { $this->dashStyleSuggested = $dashStyleSuggested; } /** * @return bool */ public function getDashStyleSuggested() { return $this->dashStyleSuggested; } /** * @param bool */ public function setPropertyStateSuggested($propertyStateSuggested) { $this->propertyStateSuggested = $propertyStateSuggested; } /** * @return bool */ public function getPropertyStateSuggested() { return $this->propertyStateSuggested; } /** * @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(EmbeddedObjectBorderSuggestionState::class, 'Google_Service_Docs_EmbeddedObjectBorderSuggestionState');