dataIsSubtotal = $dataIsSubtotal;
}
/**
* @return bool
*/
public function getDataIsSubtotal()
{
return $this->dataIsSubtotal;
}
/**
* @param string
*/
public function setLabel($label)
{
$this->label = $label;
}
/**
* @return string
*/
public function getLabel()
{
return $this->label;
}
/**
* @param int
*/
public function setSubtotalIndex($subtotalIndex)
{
$this->subtotalIndex = $subtotalIndex;
}
/**
* @return int
*/
public function getSubtotalIndex()
{
return $this->subtotalIndex;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(WaterfallChartCustomSubtotal::class, 'Google_Service_Sheets_WaterfallChartCustomSubtotal');