position = $position;
}
/**
* @return Google_Service_Sheets_EmbeddedObjectPosition
*/
public function getPosition()
{
return $this->position;
}
public function setSlicerId($slicerId)
{
$this->slicerId = $slicerId;
}
public function getSlicerId()
{
return $this->slicerId;
}
/**
* @param Google_Service_Sheets_SlicerSpec
*/
public function setSpec(Google_Service_Sheets_SlicerSpec $spec)
{
$this->spec = $spec;
}
/**
* @return Google_Service_Sheets_SlicerSpec
*/
public function getSpec()
{
return $this->spec;
}
}