color = $color;
}
/**
* @return Color
*/
public function getColor()
{
return $this->color;
}
/**
* @param ColorStyle
*/
public function setColorStyle(ColorStyle $colorStyle)
{
$this->colorStyle = $colorStyle;
}
/**
* @return ColorStyle
*/
public function getColorStyle()
{
return $this->colorStyle;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(EmbeddedObjectBorder::class, 'Google_Service_Sheets_EmbeddedObjectBorder');