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

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

Upload project files

  • Property mode set to 100644
File size: 7.4 KB
Line 
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 GoogleAdsSearchads360V0ResourcesBiddingStrategy extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $campaignCount;
26 /**
27 * @var string
28 */
29 public $currencyCode;
30 /**
31 * @var string
32 */
33 public $effectiveCurrencyCode;
34 protected $enhancedCpcType = GoogleAdsSearchads360V0CommonEnhancedCpc::class;
35 protected $enhancedCpcDataType = '';
36 /**
37 * @var string
38 */
39 public $id;
40 protected $maximizeConversionValueType = GoogleAdsSearchads360V0CommonMaximizeConversionValue::class;
41 protected $maximizeConversionValueDataType = '';
42 protected $maximizeConversionsType = GoogleAdsSearchads360V0CommonMaximizeConversions::class;
43 protected $maximizeConversionsDataType = '';
44 /**
45 * @var string
46 */
47 public $name;
48 /**
49 * @var string
50 */
51 public $nonRemovedCampaignCount;
52 /**
53 * @var string
54 */
55 public $resourceName;
56 /**
57 * @var string
58 */
59 public $status;
60 protected $targetCpaType = GoogleAdsSearchads360V0CommonTargetCpa::class;
61 protected $targetCpaDataType = '';
62 protected $targetImpressionShareType = GoogleAdsSearchads360V0CommonTargetImpressionShare::class;
63 protected $targetImpressionShareDataType = '';
64 protected $targetOutrankShareType = GoogleAdsSearchads360V0CommonTargetOutrankShare::class;
65 protected $targetOutrankShareDataType = '';
66 protected $targetRoasType = GoogleAdsSearchads360V0CommonTargetRoas::class;
67 protected $targetRoasDataType = '';
68 protected $targetSpendType = GoogleAdsSearchads360V0CommonTargetSpend::class;
69 protected $targetSpendDataType = '';
70 /**
71 * @var string
72 */
73 public $type;
74
75 /**
76 * @param string
77 */
78 public function setCampaignCount($campaignCount)
79 {
80 $this->campaignCount = $campaignCount;
81 }
82 /**
83 * @return string
84 */
85 public function getCampaignCount()
86 {
87 return $this->campaignCount;
88 }
89 /**
90 * @param string
91 */
92 public function setCurrencyCode($currencyCode)
93 {
94 $this->currencyCode = $currencyCode;
95 }
96 /**
97 * @return string
98 */
99 public function getCurrencyCode()
100 {
101 return $this->currencyCode;
102 }
103 /**
104 * @param string
105 */
106 public function setEffectiveCurrencyCode($effectiveCurrencyCode)
107 {
108 $this->effectiveCurrencyCode = $effectiveCurrencyCode;
109 }
110 /**
111 * @return string
112 */
113 public function getEffectiveCurrencyCode()
114 {
115 return $this->effectiveCurrencyCode;
116 }
117 /**
118 * @param GoogleAdsSearchads360V0CommonEnhancedCpc
119 */
120 public function setEnhancedCpc(GoogleAdsSearchads360V0CommonEnhancedCpc $enhancedCpc)
121 {
122 $this->enhancedCpc = $enhancedCpc;
123 }
124 /**
125 * @return GoogleAdsSearchads360V0CommonEnhancedCpc
126 */
127 public function getEnhancedCpc()
128 {
129 return $this->enhancedCpc;
130 }
131 /**
132 * @param string
133 */
134 public function setId($id)
135 {
136 $this->id = $id;
137 }
138 /**
139 * @return string
140 */
141 public function getId()
142 {
143 return $this->id;
144 }
145 /**
146 * @param GoogleAdsSearchads360V0CommonMaximizeConversionValue
147 */
148 public function setMaximizeConversionValue(GoogleAdsSearchads360V0CommonMaximizeConversionValue $maximizeConversionValue)
149 {
150 $this->maximizeConversionValue = $maximizeConversionValue;
151 }
152 /**
153 * @return GoogleAdsSearchads360V0CommonMaximizeConversionValue
154 */
155 public function getMaximizeConversionValue()
156 {
157 return $this->maximizeConversionValue;
158 }
159 /**
160 * @param GoogleAdsSearchads360V0CommonMaximizeConversions
161 */
162 public function setMaximizeConversions(GoogleAdsSearchads360V0CommonMaximizeConversions $maximizeConversions)
163 {
164 $this->maximizeConversions = $maximizeConversions;
165 }
166 /**
167 * @return GoogleAdsSearchads360V0CommonMaximizeConversions
168 */
169 public function getMaximizeConversions()
170 {
171 return $this->maximizeConversions;
172 }
173 /**
174 * @param string
175 */
176 public function setName($name)
177 {
178 $this->name = $name;
179 }
180 /**
181 * @return string
182 */
183 public function getName()
184 {
185 return $this->name;
186 }
187 /**
188 * @param string
189 */
190 public function setNonRemovedCampaignCount($nonRemovedCampaignCount)
191 {
192 $this->nonRemovedCampaignCount = $nonRemovedCampaignCount;
193 }
194 /**
195 * @return string
196 */
197 public function getNonRemovedCampaignCount()
198 {
199 return $this->nonRemovedCampaignCount;
200 }
201 /**
202 * @param string
203 */
204 public function setResourceName($resourceName)
205 {
206 $this->resourceName = $resourceName;
207 }
208 /**
209 * @return string
210 */
211 public function getResourceName()
212 {
213 return $this->resourceName;
214 }
215 /**
216 * @param string
217 */
218 public function setStatus($status)
219 {
220 $this->status = $status;
221 }
222 /**
223 * @return string
224 */
225 public function getStatus()
226 {
227 return $this->status;
228 }
229 /**
230 * @param GoogleAdsSearchads360V0CommonTargetCpa
231 */
232 public function setTargetCpa(GoogleAdsSearchads360V0CommonTargetCpa $targetCpa)
233 {
234 $this->targetCpa = $targetCpa;
235 }
236 /**
237 * @return GoogleAdsSearchads360V0CommonTargetCpa
238 */
239 public function getTargetCpa()
240 {
241 return $this->targetCpa;
242 }
243 /**
244 * @param GoogleAdsSearchads360V0CommonTargetImpressionShare
245 */
246 public function setTargetImpressionShare(GoogleAdsSearchads360V0CommonTargetImpressionShare $targetImpressionShare)
247 {
248 $this->targetImpressionShare = $targetImpressionShare;
249 }
250 /**
251 * @return GoogleAdsSearchads360V0CommonTargetImpressionShare
252 */
253 public function getTargetImpressionShare()
254 {
255 return $this->targetImpressionShare;
256 }
257 /**
258 * @param GoogleAdsSearchads360V0CommonTargetOutrankShare
259 */
260 public function setTargetOutrankShare(GoogleAdsSearchads360V0CommonTargetOutrankShare $targetOutrankShare)
261 {
262 $this->targetOutrankShare = $targetOutrankShare;
263 }
264 /**
265 * @return GoogleAdsSearchads360V0CommonTargetOutrankShare
266 */
267 public function getTargetOutrankShare()
268 {
269 return $this->targetOutrankShare;
270 }
271 /**
272 * @param GoogleAdsSearchads360V0CommonTargetRoas
273 */
274 public function setTargetRoas(GoogleAdsSearchads360V0CommonTargetRoas $targetRoas)
275 {
276 $this->targetRoas = $targetRoas;
277 }
278 /**
279 * @return GoogleAdsSearchads360V0CommonTargetRoas
280 */
281 public function getTargetRoas()
282 {
283 return $this->targetRoas;
284 }
285 /**
286 * @param GoogleAdsSearchads360V0CommonTargetSpend
287 */
288 public function setTargetSpend(GoogleAdsSearchads360V0CommonTargetSpend $targetSpend)
289 {
290 $this->targetSpend = $targetSpend;
291 }
292 /**
293 * @return GoogleAdsSearchads360V0CommonTargetSpend
294 */
295 public function getTargetSpend()
296 {
297 return $this->targetSpend;
298 }
299 /**
300 * @param string
301 */
302 public function setType($type)
303 {
304 $this->type = $type;
305 }
306 /**
307 * @return string
308 */
309 public function getType()
310 {
311 return $this->type;
312 }
313}
314
315// Adding a class alias for backwards compatibility with the previous class name.
316class_alias(GoogleAdsSearchads360V0ResourcesBiddingStrategy::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesBiddingStrategy');
Note: See TracBrowser for help on using the repository browser.