/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/Table.php (2858B)
columns = $columns; } /** * @return ColumnDescription[] */ public function getColumns() { return $this->columns; } /** * @param string */ public function setCreateTime($createTime) { $this->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 SavedView[] */ public function setSavedViews($savedViews) { $this->savedViews = $savedViews; } /** * @return SavedView[] */ public function getSavedViews() { return $this->savedViews; } /** * @param string */ public function setTimeZone($timeZone) { $this->timeZone = $timeZone; } /** * @return string */ public function getTimeZone() { return $this->timeZone; } /** * @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(Table::class, 'Google_Service_Area120Tables_Table');