Skip to content

Commit 1c8ddc4

Browse files
committed
Updated Gmail.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent ef939cd commit 1c8ddc4

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

src/Google/Service/Gmail.php

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,7 +1276,11 @@ class Google_Service_Gmail_Label extends Google_Model
12761276
public $id;
12771277
public $labelListVisibility;
12781278
public $messageListVisibility;
1279+
public $messagesTotal;
1280+
public $messagesUnread;
12791281
public $name;
1282+
public $threadsTotal;
1283+
public $threadsUnread;
12801284
public $type;
12811285

12821286
public function setId($id)
@@ -1309,6 +1313,26 @@ public function getMessageListVisibility()
13091313
return $this->messageListVisibility;
13101314
}
13111315

1316+
public function setMessagesTotal($messagesTotal)
1317+
{
1318+
$this->messagesTotal = $messagesTotal;
1319+
}
1320+
1321+
public function getMessagesTotal()
1322+
{
1323+
return $this->messagesTotal;
1324+
}
1325+
1326+
public function setMessagesUnread($messagesUnread)
1327+
{
1328+
$this->messagesUnread = $messagesUnread;
1329+
}
1330+
1331+
public function getMessagesUnread()
1332+
{
1333+
return $this->messagesUnread;
1334+
}
1335+
13121336
public function setName($name)
13131337
{
13141338
$this->name = $name;
@@ -1319,6 +1343,26 @@ public function getName()
13191343
return $this->name;
13201344
}
13211345

1346+
public function setThreadsTotal($threadsTotal)
1347+
{
1348+
$this->threadsTotal = $threadsTotal;
1349+
}
1350+
1351+
public function getThreadsTotal()
1352+
{
1353+
return $this->threadsTotal;
1354+
}
1355+
1356+
public function setThreadsUnread($threadsUnread)
1357+
{
1358+
$this->threadsUnread = $threadsUnread;
1359+
}
1360+
1361+
public function getThreadsUnread()
1362+
{
1363+
return $this->threadsUnread;
1364+
}
1365+
13221366
public function setType($type)
13231367
{
13241368
$this->type = $type;

0 commit comments

Comments
 (0)