19
19
20
20
class GoogleAdsSearchads360V0ResourcesCustomer extends \Google \Model
21
21
{
22
+ /**
23
+ * @var string
24
+ */
25
+ public $ accountLevel ;
22
26
/**
23
27
* @var string
24
28
*/
@@ -27,6 +31,14 @@ class GoogleAdsSearchads360V0ResourcesCustomer extends \Google\Model
27
31
* @var string
28
32
*/
29
33
public $ accountType ;
34
+ /**
35
+ * @var string
36
+ */
37
+ public $ associateManagerDescriptiveName ;
38
+ /**
39
+ * @var string
40
+ */
41
+ public $ associateManagerId ;
30
42
/**
31
43
* @var bool
32
44
*/
@@ -67,6 +79,14 @@ class GoogleAdsSearchads360V0ResourcesCustomer extends \Google\Model
67
79
* @var bool
68
80
*/
69
81
public $ manager ;
82
+ /**
83
+ * @var string
84
+ */
85
+ public $ managerDescriptiveName ;
86
+ /**
87
+ * @var string
88
+ */
89
+ public $ managerId ;
70
90
/**
71
91
* @var string
72
92
*/
@@ -75,6 +95,14 @@ class GoogleAdsSearchads360V0ResourcesCustomer extends \Google\Model
75
95
* @var string
76
96
*/
77
97
public $ status ;
98
+ /**
99
+ * @var string
100
+ */
101
+ public $ subManagerDescriptiveName ;
102
+ /**
103
+ * @var string
104
+ */
105
+ public $ subManagerId ;
78
106
/**
79
107
* @var string
80
108
*/
@@ -84,6 +112,20 @@ class GoogleAdsSearchads360V0ResourcesCustomer extends \Google\Model
84
112
*/
85
113
public $ trackingUrlTemplate ;
86
114
115
+ /**
116
+ * @param string
117
+ */
118
+ public function setAccountLevel ($ accountLevel )
119
+ {
120
+ $ this ->accountLevel = $ accountLevel ;
121
+ }
122
+ /**
123
+ * @return string
124
+ */
125
+ public function getAccountLevel ()
126
+ {
127
+ return $ this ->accountLevel ;
128
+ }
87
129
/**
88
130
* @param string
89
131
*/
@@ -112,6 +154,34 @@ public function getAccountType()
112
154
{
113
155
return $ this ->accountType ;
114
156
}
157
+ /**
158
+ * @param string
159
+ */
160
+ public function setAssociateManagerDescriptiveName ($ associateManagerDescriptiveName )
161
+ {
162
+ $ this ->associateManagerDescriptiveName = $ associateManagerDescriptiveName ;
163
+ }
164
+ /**
165
+ * @return string
166
+ */
167
+ public function getAssociateManagerDescriptiveName ()
168
+ {
169
+ return $ this ->associateManagerDescriptiveName ;
170
+ }
171
+ /**
172
+ * @param string
173
+ */
174
+ public function setAssociateManagerId ($ associateManagerId )
175
+ {
176
+ $ this ->associateManagerId = $ associateManagerId ;
177
+ }
178
+ /**
179
+ * @return string
180
+ */
181
+ public function getAssociateManagerId ()
182
+ {
183
+ return $ this ->associateManagerId ;
184
+ }
115
185
/**
116
186
* @param bool
117
187
*/
@@ -266,6 +336,34 @@ public function getManager()
266
336
{
267
337
return $ this ->manager ;
268
338
}
339
+ /**
340
+ * @param string
341
+ */
342
+ public function setManagerDescriptiveName ($ managerDescriptiveName )
343
+ {
344
+ $ this ->managerDescriptiveName = $ managerDescriptiveName ;
345
+ }
346
+ /**
347
+ * @return string
348
+ */
349
+ public function getManagerDescriptiveName ()
350
+ {
351
+ return $ this ->managerDescriptiveName ;
352
+ }
353
+ /**
354
+ * @param string
355
+ */
356
+ public function setManagerId ($ managerId )
357
+ {
358
+ $ this ->managerId = $ managerId ;
359
+ }
360
+ /**
361
+ * @return string
362
+ */
363
+ public function getManagerId ()
364
+ {
365
+ return $ this ->managerId ;
366
+ }
269
367
/**
270
368
* @param string
271
369
*/
@@ -294,6 +392,34 @@ public function getStatus()
294
392
{
295
393
return $ this ->status ;
296
394
}
395
+ /**
396
+ * @param string
397
+ */
398
+ public function setSubManagerDescriptiveName ($ subManagerDescriptiveName )
399
+ {
400
+ $ this ->subManagerDescriptiveName = $ subManagerDescriptiveName ;
401
+ }
402
+ /**
403
+ * @return string
404
+ */
405
+ public function getSubManagerDescriptiveName ()
406
+ {
407
+ return $ this ->subManagerDescriptiveName ;
408
+ }
409
+ /**
410
+ * @param string
411
+ */
412
+ public function setSubManagerId ($ subManagerId )
413
+ {
414
+ $ this ->subManagerId = $ subManagerId ;
415
+ }
416
+ /**
417
+ * @return string
418
+ */
419
+ public function getSubManagerId ()
420
+ {
421
+ return $ this ->subManagerId ;
422
+ }
297
423
/**
298
424
* @param string
299
425
*/
0 commit comments