We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ebd39 commit 80636dbCopy full SHA for 80636db
src/ChromeUXReport/QueryHistoryRequest.php
@@ -20,6 +20,10 @@
20
class QueryHistoryRequest extends \Google\Collection
21
{
22
protected $collection_key = 'metrics';
23
+ /**
24
+ * @var int
25
+ */
26
+ public $collectionPeriodCount;
27
/**
28
* @var string
29
*/
@@ -37,6 +41,20 @@ class QueryHistoryRequest extends \Google\Collection
37
41
38
42
public $url;
39
43
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
40
58
59
* @param string
60
0 commit comments