Skip to content

Commit fc4d97c

Browse files
committed
Updated DoubleClickBidManager.php
1 parent fdae09a commit fc4d97c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/Google/Service/DoubleClickBidManager.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -292,6 +292,7 @@ public function listreports($queryId, $optParams = array())
292292

293293
class Google_Service_DoubleClickBidManager_DownloadLineItemsRequest extends Google_Collection
294294
{
295+
protected $collection_key = 'filterIds';
295296
public $filterIds;
296297
public $filterType;
297298
public $format;
@@ -370,6 +371,7 @@ public function getValue()
370371

371372
class Google_Service_DoubleClickBidManager_ListQueriesResponse extends Google_Collection
372373
{
374+
protected $collection_key = 'queries';
373375
public $kind;
374376
protected $queriesType = 'Google_Service_DoubleClickBidManager_Query';
375377
protected $queriesDataType = 'array';
@@ -397,6 +399,7 @@ public function getQueries()
397399

398400
class Google_Service_DoubleClickBidManager_ListReportsResponse extends Google_Collection
399401
{
402+
protected $collection_key = 'reports';
400403
public $kind;
401404
protected $reportsType = 'Google_Service_DoubleClickBidManager_Report';
402405
protected $reportsDataType = 'array';
@@ -424,6 +427,7 @@ public function getReports()
424427

425428
class Google_Service_DoubleClickBidManager_Parameters extends Google_Collection
426429
{
430+
protected $collection_key = 'metrics';
427431
protected $filtersType = 'Google_Service_DoubleClickBidManager_FilterPair';
428432
protected $filtersDataType = 'array';
429433
public $groupBys;
@@ -579,6 +583,7 @@ public function getTimezoneCode()
579583

580584
class Google_Service_DoubleClickBidManager_QueryMetadata extends Google_Collection
581585
{
586+
protected $collection_key = 'shareEmailAddress';
582587
public $dataRange;
583588
public $format;
584589
public $googleCloudStoragePathForLatestReport;
@@ -920,6 +925,7 @@ public function getState()
920925

921926
class Google_Service_DoubleClickBidManager_RowStatus extends Google_Collection
922927
{
928+
protected $collection_key = 'errors';
923929
public $changed;
924930
public $entityId;
925931
public $entityName;
@@ -1091,6 +1097,7 @@ public function getUploadStatus()
10911097

10921098
class Google_Service_DoubleClickBidManager_UploadStatus extends Google_Collection
10931099
{
1100+
protected $collection_key = 'rowStatus';
10941101
public $errors;
10951102
protected $rowStatusType = 'Google_Service_DoubleClickBidManager_RowStatus';
10961103
protected $rowStatusDataType = 'array';

0 commit comments

Comments
 (0)