index = $index;
}
/**
* @return int
*/
public function getIndex()
{
return $this->index;
}
/**
* @param ConditionalFormatRule
*/
public function setRule(ConditionalFormatRule $rule)
{
$this->rule = $rule;
}
/**
* @return ConditionalFormatRule
*/
public function getRule()
{
return $this->rule;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(AddConditionalFormatRuleRequest::class, 'Google_Service_Sheets_AddConditionalFormatRuleRequest');