newSheet = $newSheet;
}
/**
* @return bool
*/
public function getNewSheet()
{
return $this->newSheet;
}
/**
* @param OverlayPosition
*/
public function setOverlayPosition(OverlayPosition $overlayPosition)
{
$this->overlayPosition = $overlayPosition;
}
/**
* @return OverlayPosition
*/
public function getOverlayPosition()
{
return $this->overlayPosition;
}
/**
* @param int
*/
public function setSheetId($sheetId)
{
$this->sheetId = $sheetId;
}
/**
* @return int
*/
public function getSheetId()
{
return $this->sheetId;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(EmbeddedObjectPosition::class, 'Google_Service_Sheets_EmbeddedObjectPosition');