Google_RoomClientAddress
The Google Pagespeed Insights Google RoomClientAddress class.
Defined (1)
The class is defined in the following location(s).
- /google-api/src/contrib/Google_GamesService.php
- class Google_RoomClientAddress extends Google_Model {
- public $kind;
- public $xmppAddress;
- public function setKind($kind) {
- $this->kind = $kind;
- }
- public function getKind() {
- return $this->kind;
- }
- public function setXmppAddress($xmppAddress) {
- $this->xmppAddress = $xmppAddress;
- }
- public function getXmppAddress() {
- return $this->xmppAddress;
- }
- }