���� JFIF �� � ( %"1"%)+...383,7(-.-
![]() Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.20 System : Linux st2.domain.com 3.10.0-1127.10.1.el7.x86_64 #1 SMP Wed Jun 3 14:28:03 UTC 2020 x86_64 User : apache ( 48) PHP Version : 7.4.20 Disable Function : NONE Directory : /var/www/html/video/vendor/google/apiclient-services/src/Google/Service/HangoutsChat/ |
<?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_KeyValue extends Google_Model { public $bottomLabel; protected $buttonType = 'Google_Service_HangoutsChat_Button'; protected $buttonDataType = ''; public $content; public $contentMultiline; public $icon; public $iconUrl; protected $onClickType = 'Google_Service_HangoutsChat_OnClick'; protected $onClickDataType = ''; public $topLabel; public function setBottomLabel($bottomLabel) { $this->bottomLabel = $bottomLabel; } public function getBottomLabel() { return $this->bottomLabel; } /** * @param Google_Service_HangoutsChat_Button */ public function setButton(Google_Service_HangoutsChat_Button $button) { $this->button = $button; } /** * @return Google_Service_HangoutsChat_Button */ public function getButton() { return $this->button; } public function setContent($content) { $this->content = $content; } public function getContent() { return $this->content; } public function setContentMultiline($contentMultiline) { $this->contentMultiline = $contentMultiline; } public function getContentMultiline() { return $this->contentMultiline; } public function setIcon($icon) { $this->icon = $icon; } public function getIcon() { return $this->icon; } public function setIconUrl($iconUrl) { $this->iconUrl = $iconUrl; } public function getIconUrl() { return $this->iconUrl; } /** * @param Google_Service_HangoutsChat_OnClick */ public function setOnClick(Google_Service_HangoutsChat_OnClick $onClick) { $this->onClick = $onClick; } /** * @return Google_Service_HangoutsChat_OnClick */ public function getOnClick() { return $this->onClick; } public function setTopLabel($topLabel) { $this->topLabel = $topLabel; } public function getTopLabel() { return $this->topLabel; } }