/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Area120Tables
NameSizeModeActions
Resource/-0755rm
Area120tablesEmpty.php8640644editdlrm
BatchCreateRowsRequest.php12550644editdlrm
BatchCreateRowsResponse.php11830644editdlrm
BatchDeleteRowsRequest.php11680644editdlrm
BatchUpdateRowsRequest.php12550644editdlrm
BatchUpdateRowsResponse.php11830644editdlrm
ColumnDescription.php36960644editdlrm
CreateRowRequest.php15880644editdlrm
DateDetails.php10930644editdlrm
LabeledItem.php12980644editdlrm
ListRowsResponse.php14590644editdlrm
ListTablesResponse.php14890644editdlrm
ListWorkspacesResponse.php15490644editdlrm
LookupDetails.php15280644editdlrm
RelationshipDetails.php11510644editdlrm
Row.php18570644editdlrm
SavedView.php12920644editdlrm
Table.php28580644editdlrm
UpdateRowRequest.php16160644editdlrm
Workspace.php22340644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Area120Tables/Row.php (1857B)
createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } /** * @param array[] */ public function setValues($values) { $this->values = $values; } /** * @return array[] */ public function getValues() { return $this->values; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Row::class, 'Google_Service_Area120Tables_Row');