color = $color; } /** * @return Google_Service_Docs_OptionalColor */ public function getColor() { return $this->color; } public function setDashStyle($dashStyle) { $this->dashStyle = $dashStyle; } public function getDashStyle() { return $this->dashStyle; } /** * @param Google_Service_Docs_Dimension */ public function setWidth(Google_Service_Docs_Dimension $width) { $this->width = $width; } /** * @return Google_Service_Docs_Dimension */ public function getWidth() { return $this->width; } }