/
var
/
www
/
cobraambalaj
/
vendor
/
google
/
apiclient-services
/
src
/
Google
/
Service
/
HangoutsChat
/
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/HangoutsChat
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
ActionParameter.php
958
0644
edit
dl
rm
ActionResponse.php
950
0644
edit
dl
rm
Annotation.php
2127
0644
edit
dl
rm
Attachment.php
2722
0644
edit
dl
rm
AttachmentDataRef.php
874
0644
edit
dl
rm
Button.php
1553
0644
edit
dl
rm
Card.php
2057
0644
edit
dl
rm
CardAction.php
1262
0644
edit
dl
rm
CardHeader.php
1342
0644
edit
dl
rm
ChatEmpty.php
667
0644
edit
dl
rm
DeprecatedEvent.php
3160
0644
edit
dl
rm
DriveDataRef.php
862
0644
edit
dl
rm
FormAction.php
1367
0644
edit
dl
rm
Image.php
1427
0644
edit
dl
rm
ImageButton.php
1519
0644
edit
dl
rm
KeyValue.php
2514
0644
edit
dl
rm
ListMembershipsResponse.php
1353
0644
edit
dl
rm
ListSpacesResponse.php
1288
0644
edit
dl
rm
Media.php
862
0644
edit
dl
rm
Membership.php
1526
0644
edit
dl
rm
Message.php
5037
0644
edit
dl
rm
OnClick.php
1486
0644
edit
dl
rm
OpenLink.php
802
0644
edit
dl
rm
Section.php
1258
0644
edit
dl
rm
SlashCommand.php
848
0644
edit
dl
rm
SlashCommandMetadata.php
1759
0644
edit
dl
rm
Space.php
1528
0644
edit
dl
rm
TextButton.php
1213
0644
edit
dl
rm
TextParagraph.php
814
0644
edit
dl
rm
Thread.php
807
0644
edit
dl
rm
User.php
1499
0644
edit
dl
rm
UserMentionMetadata.php
1186
0644
edit
dl
rm
WidgetMarkup.php
2355
0644
edit
dl
rm
Edit:
/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/User.php
(1499B)
<?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. */ class Google_Service_HangoutsChat_User extends Google_Model { public $displayName; public $domainId; public $isAnonymous; public $name; public $type; public function setDisplayName($displayName) { $this->displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setDomainId($domainId) { $this->domainId = $domainId; } public function getDomainId() { return $this->domainId; } public function setIsAnonymous($isAnonymous) { $this->isAnonymous = $isAnonymous; } public function getIsAnonymous() { return $this->isAnonymous; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setType($type) { $this->type = $type; } public function getType() { return $this->type; } }
Save
cmd:
run