/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/Workspace.php (2234B)
createTime = $createTime; } /** * @return string */ public function getCreateTime() { return $this->createTime; } /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param Table[] */ public function setTables($tables) { $this->tables = $tables; } /** * @return Table[] */ public function getTables() { return $this->tables; } /** * @param string */ public function setUpdateTime($updateTime) { $this->updateTime = $updateTime; } /** * @return string */ public function getUpdateTime() { return $this->updateTime; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Workspace::class, 'Google_Service_Area120Tables_Workspace');