booleanRule = $booleanRule;
}
/**
* @return BooleanRule
*/
public function getBooleanRule()
{
return $this->booleanRule;
}
/**
* @param GradientRule
*/
public function setGradientRule(GradientRule $gradientRule)
{
$this->gradientRule = $gradientRule;
}
/**
* @return GradientRule
*/
public function getGradientRule()
{
return $this->gradientRule;
}
/**
* @param GridRange[]
*/
public function setRanges($ranges)
{
$this->ranges = $ranges;
}
/**
* @return GridRange[]
*/
public function getRanges()
{
return $this->ranges;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ConditionalFormatRule::class, 'Google_Service_Sheets_ConditionalFormatRule');