Skip to content

Commit d1a7390

Browse files
1 parent 0e87dbb commit d1a7390

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/TagManager/GetContainerSnippetResponse.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,29 @@
1919

2020
class GetContainerSnippetResponse extends \Google\Model
2121
{
22+
/**
23+
* @var string
24+
*/
25+
public $containerConfig;
2226
/**
2327
* @var string
2428
*/
2529
public $snippet;
2630

31+
/**
32+
* @param string
33+
*/
34+
public function setContainerConfig($containerConfig)
35+
{
36+
$this->containerConfig = $containerConfig;
37+
}
38+
/**
39+
* @return string
40+
*/
41+
public function getContainerConfig()
42+
{
43+
return $this->containerConfig;
44+
}
2745
/**
2846
* @param string
2947
*/

0 commit comments

Comments
 (0)