@@ -292,6 +292,7 @@ public function listreports($queryId, $optParams = array())
292292
293293class 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
371372class 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
398400class 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
425428class 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
580584class 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
921926class 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
10921098class 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