range = $range;
}
/**
* @return GridRange
*/
public function getRange()
{
return $this->range;
}
/**
* @param string
*/
public function setShiftDimension($shiftDimension)
{
$this->shiftDimension = $shiftDimension;
}
/**
* @return string
*/
public function getShiftDimension()
{
return $this->shiftDimension;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(InsertRangeRequest::class, 'Google_Service_Sheets_InsertRangeRequest');