/
var
/
www
/
flurhymez
/
vendor
/
google
/
apiclient-services
/
src
/
Ideahub
/
/var/www/flurhymez/vendor/google/apiclient-services/src/Ideahub
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
GoogleSearchIdeahubV1alphaAvailableLocale.php
1220
0644
edit
dl
rm
GoogleSearchIdeahubV1alphaIdea.php
1578
0644
edit
dl
rm
GoogleSearchIdeahubV1alphaIdeaActivity.php
1682
0644
edit
dl
rm
GoogleSearchIdeahubV1alphaIdeaState.php
1372
0644
edit
dl
rm
GoogleSearchIdeahubV1alphaListAvailableLocalesResponse.php
1691
0644
edit
dl
rm
GoogleSearchIdeahubV1alphaListIdeasResponse.php
1526
0644
edit
dl
rm
GoogleSearchIdeahubV1alphaTopic.php
1360
0644
edit
dl
rm
GoogleSearchIdeahubV1alphaTopicState.php
1375
0644
edit
dl
rm
GoogleSearchIdeahubV1betaAvailableLocale.php
1401
0644
edit
dl
rm
GoogleSearchIdeahubV1betaIdea.php
1756
0644
edit
dl
rm
GoogleSearchIdeahubV1betaIdeaActivity.php
2151
0644
edit
dl
rm
GoogleSearchIdeahubV1betaIdeaState.php
1633
0644
edit
dl
rm
GoogleSearchIdeahubV1betaListAvailableLocalesResponse.php
1777
0644
edit
dl
rm
GoogleSearchIdeahubV1betaListIdeasResponse.php
1612
0644
edit
dl
rm
GoogleSearchIdeahubV1betaTopic.php
1633
0644
edit
dl
rm
GoogleSearchIdeahubV1betaTopicState.php
1636
0644
edit
dl
rm
Edit:
/var/www/flurhymez/vendor/google/apiclient-services/src/Ideahub/GoogleSearchIdeahubV1betaTopic.php
(1633B)
<?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\Ideahub; class GoogleSearchIdeahubV1betaTopic extends \Google\Model { /** * @var string */ public $displayName; /** * @var string */ public $mid; /** * @var string */ public $name; /** * @param string */ public function setDisplayName($displayName) { $this->displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * @param string */ public function setMid($mid) { $this->mid = $mid; } /** * @return string */ public function getMid() { return $this->mid; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleSearchIdeahubV1betaTopic::class, 'Google_Service_Ideahub_GoogleSearchIdeahubV1betaTopic');
Save
cmd:
run