header = $header; } /** * @return ListSnippetResponseRow */ public function getHeader() { return $this->header; } /** * @param bool */ public function setIsTable($isTable) { $this->isTable = $isTable; } /** * @return bool */ public function getIsTable() { return $this->isTable; } /** * @param ListSnippetResponseRow[] */ public function setRow($row) { $this->row = $row; } /** * @return ListSnippetResponseRow[] */ public function getRow() { return $this->row; } /** * @param int */ public function setTotalRows($totalRows) { $this->totalRows = $totalRows; } /** * @return int */ public function getTotalRows() { return $this->totalRows; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(ListSnippetResponse::class, 'Google_Service_Contentwarehouse_ListSnippetResponse');