Skip to content

Commit c72f6e4

Browse files
committed
Updated TagManager.php
This change has been generated by a script that has detected changes in the discovery doc of the API. Check http://developers.google.com/discovery for more info.
1 parent 3a11151 commit c72f6e4

1 file changed

Lines changed: 9 additions & 10 deletions

File tree

src/Google/Service/TagManager.php

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1919,6 +1919,7 @@ class Google_Service_TagManager_Container extends Google_Collection
19191919
public $accountId;
19201920
public $containerId;
19211921
public $domainName;
1922+
public $enabledBuiltInVariable;
19221923
public $fingerprint;
19231924
public $name;
19241925
public $notes;
@@ -1952,6 +1953,14 @@ public function getDomainName()
19521953
{
19531954
return $this->domainName;
19541955
}
1956+
public function setEnabledBuiltInVariable($enabledBuiltInVariable)
1957+
{
1958+
$this->enabledBuiltInVariable = $enabledBuiltInVariable;
1959+
}
1960+
public function getEnabledBuiltInVariable()
1961+
{
1962+
return $this->enabledBuiltInVariable;
1963+
}
19551964
public function setFingerprint($fingerprint)
19561965
{
19571966
$this->fingerprint = $fingerprint;
@@ -2793,8 +2802,6 @@ class Google_Service_TagManager_Tag extends Google_Collection
27932802
public $blockingRuleId;
27942803
public $blockingTriggerId;
27952804
public $containerId;
2796-
protected $dependenciesType = 'Google_Service_TagManager_Parameter';
2797-
protected $dependenciesDataType = '';
27982805
public $fingerprint;
27992806
public $firingRuleId;
28002807
public $firingTriggerId;
@@ -2843,14 +2850,6 @@ public function getContainerId()
28432850
{
28442851
return $this->containerId;
28452852
}
2846-
public function setDependencies(Google_Service_TagManager_Parameter $dependencies)
2847-
{
2848-
$this->dependencies = $dependencies;
2849-
}
2850-
public function getDependencies()
2851-
{
2852-
return $this->dependencies;
2853-
}
28542853
public function setFingerprint($fingerprint)
28552854
{
28562855
$this->fingerprint = $fingerprint;

0 commit comments

Comments
 (0)