Skip to content

Commit 80636db

Browse files
1 parent a8ebd39 commit 80636db

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/ChromeUXReport/QueryHistoryRequest.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
class QueryHistoryRequest extends \Google\Collection
2121
{
2222
protected $collection_key = 'metrics';
23+
/**
24+
* @var int
25+
*/
26+
public $collectionPeriodCount;
2327
/**
2428
* @var string
2529
*/
@@ -37,6 +41,20 @@ class QueryHistoryRequest extends \Google\Collection
3741
*/
3842
public $url;
3943

44+
/**
45+
* @param int
46+
*/
47+
public function setCollectionPeriodCount($collectionPeriodCount)
48+
{
49+
$this->collectionPeriodCount = $collectionPeriodCount;
50+
}
51+
/**
52+
* @return int
53+
*/
54+
public function getCollectionPeriodCount()
55+
{
56+
return $this->collectionPeriodCount;
57+
}
4058
/**
4159
* @param string
4260
*/

0 commit comments

Comments
 (0)