mergeType = $mergeType;
}
/**
* @return string
*/
public function getMergeType()
{
return $this->mergeType;
}
/**
* @param GridRange
*/
public function setRange(GridRange $range)
{
$this->range = $range;
}
/**
* @return GridRange
*/
public function getRange()
{
return $this->range;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(MergeCellsRequest::class, 'Google_Service_Sheets_MergeCellsRequest');