Skip to content

Commit 179964c

Browse files
Regenerate dns client
1 parent c9fa9d7 commit 179964c

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/Dns/ManagedZoneForwardingConfigNameServerTarget.php

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

2020
class ManagedZoneForwardingConfigNameServerTarget extends \Google\Model
2121
{
22+
/**
23+
* @var string
24+
*/
25+
public $domainName;
2226
/**
2327
* @var string
2428
*/
@@ -36,6 +40,20 @@ class ManagedZoneForwardingConfigNameServerTarget extends \Google\Model
3640
*/
3741
public $kind;
3842

43+
/**
44+
* @param string
45+
*/
46+
public function setDomainName($domainName)
47+
{
48+
$this->domainName = $domainName;
49+
}
50+
/**
51+
* @return string
52+
*/
53+
public function getDomainName()
54+
{
55+
return $this->domainName;
56+
}
3957
/**
4058
* @param string
4159
*/

0 commit comments

Comments
 (0)