source: vendor/google/apiclient-services/src/SA360/GoogleAdsSearchads360V0ServicesSearchSearchAds360Response.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 2 weeks ago

Upload project files

  • Property mode set to 100644
File size: 5.8 KB
RevLine 
[e3d4e0a]1<?php
2/*
3 * Copyright 2014 Google Inc.
4 *
5 * Licensed under the Apache License, Version 2.0 (the "License"); you may not
6 * use this file except in compliance with the License. You may obtain a copy of
7 * the License at
8 *
9 * http://www.apache.org/licenses/LICENSE-2.0
10 *
11 * Unless required by applicable law or agreed to in writing, software
12 * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
13 * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
14 * License for the specific language governing permissions and limitations under
15 * the License.
16 */
17
18namespace Google\Service\SA360;
19
20class GoogleAdsSearchads360V0ServicesSearchSearchAds360Response extends \Google\Collection
21{
22 protected $collection_key = 'results';
23 protected $conversionCustomDimensionHeadersType = GoogleAdsSearchads360V0ServicesConversionCustomDimensionHeader::class;
24 protected $conversionCustomDimensionHeadersDataType = 'array';
25 protected $conversionCustomMetricHeadersType = GoogleAdsSearchads360V0ServicesConversionCustomMetricHeader::class;
26 protected $conversionCustomMetricHeadersDataType = 'array';
27 protected $customColumnHeadersType = GoogleAdsSearchads360V0ServicesCustomColumnHeader::class;
28 protected $customColumnHeadersDataType = 'array';
29 /**
30 * @var string
31 */
32 public $fieldMask;
33 /**
34 * @var string
35 */
36 public $nextPageToken;
37 protected $rawEventConversionDimensionHeadersType = GoogleAdsSearchads360V0ServicesRawEventConversionDimensionHeader::class;
38 protected $rawEventConversionDimensionHeadersDataType = 'array';
39 protected $rawEventConversionMetricHeadersType = GoogleAdsSearchads360V0ServicesRawEventConversionMetricHeader::class;
40 protected $rawEventConversionMetricHeadersDataType = 'array';
41 protected $resultsType = GoogleAdsSearchads360V0ServicesSearchAds360Row::class;
42 protected $resultsDataType = 'array';
43 protected $summaryRowType = GoogleAdsSearchads360V0ServicesSearchAds360Row::class;
44 protected $summaryRowDataType = '';
45 /**
46 * @var string
47 */
48 public $totalResultsCount;
49
50 /**
51 * @param GoogleAdsSearchads360V0ServicesConversionCustomDimensionHeader[]
52 */
53 public function setConversionCustomDimensionHeaders($conversionCustomDimensionHeaders)
54 {
55 $this->conversionCustomDimensionHeaders = $conversionCustomDimensionHeaders;
56 }
57 /**
58 * @return GoogleAdsSearchads360V0ServicesConversionCustomDimensionHeader[]
59 */
60 public function getConversionCustomDimensionHeaders()
61 {
62 return $this->conversionCustomDimensionHeaders;
63 }
64 /**
65 * @param GoogleAdsSearchads360V0ServicesConversionCustomMetricHeader[]
66 */
67 public function setConversionCustomMetricHeaders($conversionCustomMetricHeaders)
68 {
69 $this->conversionCustomMetricHeaders = $conversionCustomMetricHeaders;
70 }
71 /**
72 * @return GoogleAdsSearchads360V0ServicesConversionCustomMetricHeader[]
73 */
74 public function getConversionCustomMetricHeaders()
75 {
76 return $this->conversionCustomMetricHeaders;
77 }
78 /**
79 * @param GoogleAdsSearchads360V0ServicesCustomColumnHeader[]
80 */
81 public function setCustomColumnHeaders($customColumnHeaders)
82 {
83 $this->customColumnHeaders = $customColumnHeaders;
84 }
85 /**
86 * @return GoogleAdsSearchads360V0ServicesCustomColumnHeader[]
87 */
88 public function getCustomColumnHeaders()
89 {
90 return $this->customColumnHeaders;
91 }
92 /**
93 * @param string
94 */
95 public function setFieldMask($fieldMask)
96 {
97 $this->fieldMask = $fieldMask;
98 }
99 /**
100 * @return string
101 */
102 public function getFieldMask()
103 {
104 return $this->fieldMask;
105 }
106 /**
107 * @param string
108 */
109 public function setNextPageToken($nextPageToken)
110 {
111 $this->nextPageToken = $nextPageToken;
112 }
113 /**
114 * @return string
115 */
116 public function getNextPageToken()
117 {
118 return $this->nextPageToken;
119 }
120 /**
121 * @param GoogleAdsSearchads360V0ServicesRawEventConversionDimensionHeader[]
122 */
123 public function setRawEventConversionDimensionHeaders($rawEventConversionDimensionHeaders)
124 {
125 $this->rawEventConversionDimensionHeaders = $rawEventConversionDimensionHeaders;
126 }
127 /**
128 * @return GoogleAdsSearchads360V0ServicesRawEventConversionDimensionHeader[]
129 */
130 public function getRawEventConversionDimensionHeaders()
131 {
132 return $this->rawEventConversionDimensionHeaders;
133 }
134 /**
135 * @param GoogleAdsSearchads360V0ServicesRawEventConversionMetricHeader[]
136 */
137 public function setRawEventConversionMetricHeaders($rawEventConversionMetricHeaders)
138 {
139 $this->rawEventConversionMetricHeaders = $rawEventConversionMetricHeaders;
140 }
141 /**
142 * @return GoogleAdsSearchads360V0ServicesRawEventConversionMetricHeader[]
143 */
144 public function getRawEventConversionMetricHeaders()
145 {
146 return $this->rawEventConversionMetricHeaders;
147 }
148 /**
149 * @param GoogleAdsSearchads360V0ServicesSearchAds360Row[]
150 */
151 public function setResults($results)
152 {
153 $this->results = $results;
154 }
155 /**
156 * @return GoogleAdsSearchads360V0ServicesSearchAds360Row[]
157 */
158 public function getResults()
159 {
160 return $this->results;
161 }
162 /**
163 * @param GoogleAdsSearchads360V0ServicesSearchAds360Row
164 */
165 public function setSummaryRow(GoogleAdsSearchads360V0ServicesSearchAds360Row $summaryRow)
166 {
167 $this->summaryRow = $summaryRow;
168 }
169 /**
170 * @return GoogleAdsSearchads360V0ServicesSearchAds360Row
171 */
172 public function getSummaryRow()
173 {
174 return $this->summaryRow;
175 }
176 /**
177 * @param string
178 */
179 public function setTotalResultsCount($totalResultsCount)
180 {
181 $this->totalResultsCount = $totalResultsCount;
182 }
183 /**
184 * @return string
185 */
186 public function getTotalResultsCount()
187 {
188 return $this->totalResultsCount;
189 }
190}
191
192// Adding a class alias for backwards compatibility with the previous class name.
193class_alias(GoogleAdsSearchads360V0ServicesSearchSearchAds360Response::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ServicesSearchSearchAds360Response');
Note: See TracBrowser for help on using the repository browser.