fields = $fields; } /** * @return string */ public function getFields() { return $this->fields; } /** * @param string */ public function setObjectId($objectId) { $this->objectId = $objectId; } /** * @return string */ public function getObjectId() { return $this->objectId; } /** * @param int[] */ public function setRowIndices($rowIndices) { $this->rowIndices = $rowIndices; } /** * @return int[] */ public function getRowIndices() { return $this->rowIndices; } /** * @param TableRowProperties */ public function setTableRowProperties(TableRowProperties $tableRowProperties) { $this->tableRowProperties = $tableRowProperties; } /** * @return TableRowProperties */ public function getTableRowProperties() { return $this->tableRowProperties; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(UpdateTableRowPropertiesRequest::class, 'Google_Service_Slides_UpdateTableRowPropertiesRequest');