Skip to content

Commit 7acefc2

Browse files
Regenerate searchads360 client
1 parent c9fa9d7 commit 7acefc2

File tree

1 file changed

+126
-0
lines changed

1 file changed

+126
-0
lines changed

src/SA360/GoogleAdsSearchads360V0ResourcesCustomer.php

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919

2020
class GoogleAdsSearchads360V0ResourcesCustomer extends \Google\Model
2121
{
22+
/**
23+
* @var string
24+
*/
25+
public $accountLevel;
2226
/**
2327
* @var string
2428
*/
@@ -27,6 +31,14 @@ class GoogleAdsSearchads360V0ResourcesCustomer extends \Google\Model
2731
* @var string
2832
*/
2933
public $accountType;
34+
/**
35+
* @var string
36+
*/
37+
public $associateManagerDescriptiveName;
38+
/**
39+
* @var string
40+
*/
41+
public $associateManagerId;
3042
/**
3143
* @var bool
3244
*/
@@ -67,6 +79,14 @@ class GoogleAdsSearchads360V0ResourcesCustomer extends \Google\Model
6779
* @var bool
6880
*/
6981
public $manager;
82+
/**
83+
* @var string
84+
*/
85+
public $managerDescriptiveName;
86+
/**
87+
* @var string
88+
*/
89+
public $managerId;
7090
/**
7191
* @var string
7292
*/
@@ -75,6 +95,14 @@ class GoogleAdsSearchads360V0ResourcesCustomer extends \Google\Model
7595
* @var string
7696
*/
7797
public $status;
98+
/**
99+
* @var string
100+
*/
101+
public $subManagerDescriptiveName;
102+
/**
103+
* @var string
104+
*/
105+
public $subManagerId;
78106
/**
79107
* @var string
80108
*/
@@ -84,6 +112,20 @@ class GoogleAdsSearchads360V0ResourcesCustomer extends \Google\Model
84112
*/
85113
public $trackingUrlTemplate;
86114

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+
}
87129
/**
88130
* @param string
89131
*/
@@ -112,6 +154,34 @@ public function getAccountType()
112154
{
113155
return $this->accountType;
114156
}
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+
}
115185
/**
116186
* @param bool
117187
*/
@@ -266,6 +336,34 @@ public function getManager()
266336
{
267337
return $this->manager;
268338
}
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+
}
269367
/**
270368
* @param string
271369
*/
@@ -294,6 +392,34 @@ public function getStatus()
294392
{
295393
return $this->status;
296394
}
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+
}
297423
/**
298424
* @param string
299425
*/

0 commit comments

Comments
 (0)