/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Script
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Script
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
Content.php
1413
0644
edit
dl
rm
CreateProjectRequest.php
1360
0644
edit
dl
rm
Deployment.php
2183
0644
edit
dl
rm
DeploymentConfig.php
1996
0644
edit
dl
rm
EntryPoint.php
2400
0644
edit
dl
rm
ExecuteStreamResponse.php
1203
0644
edit
dl
rm
ExecutionError.php
1941
0644
edit
dl
rm
ExecutionRequest.php
1974
0644
edit
dl
rm
ExecutionResponse.php
1093
0644
edit
dl
rm
GoogleAppsScriptTypeAddOnEntryPoint.php
2579
0644
edit
dl
rm
GoogleAppsScriptTypeExecutionApiConfig.php
1159
0644
edit
dl
rm
GoogleAppsScriptTypeExecutionApiEntryPoint.php
1414
0644
edit
dl
rm
GoogleAppsScriptTypeFunction.php
1446
0644
edit
dl
rm
GoogleAppsScriptTypeFunctionSet.php
1286
0644
edit
dl
rm
GoogleAppsScriptTypeProcess.php
3177
0644
edit
dl
rm
GoogleAppsScriptTypeUser.php
1854
0644
edit
dl
rm
GoogleAppsScriptTypeWebAppConfig.php
1410
0644
edit
dl
rm
GoogleAppsScriptTypeWebAppEntryPoint.php
1599
0644
edit
dl
rm
ListDeploymentsResponse.php
1550
0644
edit
dl
rm
ListScriptProcessesResponse.php
1595
0644
edit
dl
rm
ListUserProcessesResponse.php
1589
0644
edit
dl
rm
ListValue.php
1151
0644
edit
dl
rm
ListVersionsResponse.php
1505
0644
edit
dl
rm
Metrics.php
1973
0644
edit
dl
rm
MetricsValue.php
1598
0644
edit
dl
rm
Operation.php
1592
0644
edit
dl
rm
Project.php
2917
0644
edit
dl
rm
ScriptEmpty.php
829
0644
edit
dl
rm
ScriptExecutionResult.php
1179
0644
edit
dl
rm
ScriptFile.php
2937
0644
edit
dl
rm
ScriptStackTraceElement.php
1395
0644
edit
dl
rm
Status.php
1599
0644
edit
dl
rm
Struct.php
1095
0644
edit
dl
rm
UpdateDeploymentRequest.php
1269
0644
edit
dl
rm
Value.php
3284
0644
edit
dl
rm
Version.php
1927
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Script/MetricsValue.php
(1598B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Script; class MetricsValue extends \Google\Model { /** * @var string */ public $endTime; /** * @var string */ public $startTime; /** * @var string */ public $value; /** * @param string */ public function setEndTime($endTime) { $this->endTime = $endTime; } /** * @return string */ public function getEndTime() { return $this->endTime; } /** * @param string */ public function setStartTime($startTime) { $this->startTime = $startTime; } /** * @return string */ public function getStartTime() { return $this->startTime; } /** * @param string */ public function setValue($value) { $this->value = $value; } /** * @return string */ public function getValue() { return $this->value; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(MetricsValue::class, 'Google_Service_Script_MetricsValue');
Save
cmd:
run