inheritFromBefore = $inheritFromBefore;
}
/**
* @return bool
*/
public function getInheritFromBefore()
{
return $this->inheritFromBefore;
}
/**
* @param DimensionRange
*/
public function setRange(DimensionRange $range)
{
$this->range = $range;
}
/**
* @return DimensionRange
*/
public function getRange()
{
return $this->range;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(InsertDimensionRequest::class, 'Google_Service_Sheets_InsertDimensionRequest');