dimensionRange = $dimensionRange;
}
/**
* @return DimensionRange
*/
public function getDimensionRange()
{
return $this->dimensionRange;
}
/**
* @param string
*/
public function setLocationType($locationType)
{
$this->locationType = $locationType;
}
/**
* @return string
*/
public function getLocationType()
{
return $this->locationType;
}
/**
* @param int
*/
public function setSheetId($sheetId)
{
$this->sheetId = $sheetId;
}
/**
* @return int
*/
public function getSheetId()
{
return $this->sheetId;
}
/**
* @param bool
*/
public function setSpreadsheet($spreadsheet)
{
$this->spreadsheet = $spreadsheet;
}
/**
* @return bool
*/
public function getSpreadsheet()
{
return $this->spreadsheet;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(DeveloperMetadataLocation::class, 'Google_Service_Sheets_DeveloperMetadataLocation');