source: vendor/google/apiclient-services/src/SA360/GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategy.php@ f9c482b

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

Upload new project files

  • Property mode set to 100644
File size: 6.2 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 GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategy extends \Google\Model
21{
22 /**
23 * @var string
24 */
25 public $id;
26 protected $maximizeConversionValueType = GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversionValue::class;
27 protected $maximizeConversionValueDataType = '';
28 protected $maximizeConversionsType = GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions::class;
29 protected $maximizeConversionsDataType = '';
30 /**
31 * @var string
32 */
33 public $name;
34 /**
35 * @var string
36 */
37 public $ownerCustomerId;
38 /**
39 * @var string
40 */
41 public $ownerDescriptiveName;
42 /**
43 * @var string
44 */
45 public $resourceName;
46 protected $targetCpaType = GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetCpa::class;
47 protected $targetCpaDataType = '';
48 protected $targetImpressionShareType = GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetImpressionShare::class;
49 protected $targetImpressionShareDataType = '';
50 protected $targetRoasType = GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetRoas::class;
51 protected $targetRoasDataType = '';
52 protected $targetSpendType = GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetSpend::class;
53 protected $targetSpendDataType = '';
54 /**
55 * @var string
56 */
57 public $type;
58
59 /**
60 * @param string
61 */
62 public function setId($id)
63 {
64 $this->id = $id;
65 }
66 /**
67 * @return string
68 */
69 public function getId()
70 {
71 return $this->id;
72 }
73 /**
74 * @param GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversionValue
75 */
76 public function setMaximizeConversionValue(GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversionValue $maximizeConversionValue)
77 {
78 $this->maximizeConversionValue = $maximizeConversionValue;
79 }
80 /**
81 * @return GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversionValue
82 */
83 public function getMaximizeConversionValue()
84 {
85 return $this->maximizeConversionValue;
86 }
87 /**
88 * @param GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions
89 */
90 public function setMaximizeConversions(GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions $maximizeConversions)
91 {
92 $this->maximizeConversions = $maximizeConversions;
93 }
94 /**
95 * @return GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyMaximizeConversions
96 */
97 public function getMaximizeConversions()
98 {
99 return $this->maximizeConversions;
100 }
101 /**
102 * @param string
103 */
104 public function setName($name)
105 {
106 $this->name = $name;
107 }
108 /**
109 * @return string
110 */
111 public function getName()
112 {
113 return $this->name;
114 }
115 /**
116 * @param string
117 */
118 public function setOwnerCustomerId($ownerCustomerId)
119 {
120 $this->ownerCustomerId = $ownerCustomerId;
121 }
122 /**
123 * @return string
124 */
125 public function getOwnerCustomerId()
126 {
127 return $this->ownerCustomerId;
128 }
129 /**
130 * @param string
131 */
132 public function setOwnerDescriptiveName($ownerDescriptiveName)
133 {
134 $this->ownerDescriptiveName = $ownerDescriptiveName;
135 }
136 /**
137 * @return string
138 */
139 public function getOwnerDescriptiveName()
140 {
141 return $this->ownerDescriptiveName;
142 }
143 /**
144 * @param string
145 */
146 public function setResourceName($resourceName)
147 {
148 $this->resourceName = $resourceName;
149 }
150 /**
151 * @return string
152 */
153 public function getResourceName()
154 {
155 return $this->resourceName;
156 }
157 /**
158 * @param GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetCpa
159 */
160 public function setTargetCpa(GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetCpa $targetCpa)
161 {
162 $this->targetCpa = $targetCpa;
163 }
164 /**
165 * @return GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetCpa
166 */
167 public function getTargetCpa()
168 {
169 return $this->targetCpa;
170 }
171 /**
172 * @param GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetImpressionShare
173 */
174 public function setTargetImpressionShare(GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetImpressionShare $targetImpressionShare)
175 {
176 $this->targetImpressionShare = $targetImpressionShare;
177 }
178 /**
179 * @return GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetImpressionShare
180 */
181 public function getTargetImpressionShare()
182 {
183 return $this->targetImpressionShare;
184 }
185 /**
186 * @param GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetRoas
187 */
188 public function setTargetRoas(GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetRoas $targetRoas)
189 {
190 $this->targetRoas = $targetRoas;
191 }
192 /**
193 * @return GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetRoas
194 */
195 public function getTargetRoas()
196 {
197 return $this->targetRoas;
198 }
199 /**
200 * @param GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetSpend
201 */
202 public function setTargetSpend(GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetSpend $targetSpend)
203 {
204 $this->targetSpend = $targetSpend;
205 }
206 /**
207 * @return GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategyTargetSpend
208 */
209 public function getTargetSpend()
210 {
211 return $this->targetSpend;
212 }
213 /**
214 * @param string
215 */
216 public function setType($type)
217 {
218 $this->type = $type;
219 }
220 /**
221 * @return string
222 */
223 public function getType()
224 {
225 return $this->type;
226 }
227}
228
229// Adding a class alias for backwards compatibility with the previous class name.
230class_alias(GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategy::class, 'Google_Service_SA360_GoogleAdsSearchads360V0ResourcesAccessibleBiddingStrategy');
Note: See TracBrowser for help on using the repository browser.