Skip to content

Commit ef939cd

Browse files
committed
Updated Doubleclicksearch.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 5ad4812 commit ef939cd

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/Google/Service/Doubleclicksearch.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -994,6 +994,7 @@ class Google_Service_Doubleclicksearch_ReportApiColumnSpec extends Google_Model
994994
);
995995
public $columnName;
996996
public $customDimensionName;
997+
public $customMetricName;
997998
public $endDate;
998999
public $groupByColumn;
9991000
public $headerText;
@@ -1021,6 +1022,16 @@ public function getCustomDimensionName()
10211022
return $this->customDimensionName;
10221023
}
10231024

1025+
public function setCustomMetricName($customMetricName)
1026+
{
1027+
$this->customMetricName = $customMetricName;
1028+
}
1029+
1030+
public function getCustomMetricName()
1031+
{
1032+
return $this->customMetricName;
1033+
}
1034+
10241035
public function setEndDate($endDate)
10251036
{
10261037
$this->endDate = $endDate;

0 commit comments

Comments
 (0)