destination = $destination; } /** * @return Google_Service_Sheets_GridRange */ public function getDestination() { return $this->destination; } public function setPasteOrientation($pasteOrientation) { $this->pasteOrientation = $pasteOrientation; } public function getPasteOrientation() { return $this->pasteOrientation; } public function setPasteType($pasteType) { $this->pasteType = $pasteType; } public function getPasteType() { return $this->pasteType; } /** * @param Google_Service_Sheets_GridRange */ public function setSource(Google_Service_Sheets_GridRange $source) { $this->source = $source; } /** * @return Google_Service_Sheets_GridRange */ public function getSource() { return $this->source; } }