Skip to content

Commit 2de1aa6

Browse files
1 parent c7cef13 commit 2de1aa6

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

src/ServiceControl/Request.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,10 @@ class Request extends \Google\Model
3737
* @var string
3838
*/
3939
public $method;
40+
/**
41+
* @var string
42+
*/
43+
public $origin;
4044
/**
4145
* @var string
4246
*/
@@ -136,6 +140,20 @@ public function getMethod()
136140
{
137141
return $this->method;
138142
}
143+
/**
144+
* @param string
145+
*/
146+
public function setOrigin($origin)
147+
{
148+
$this->origin = $origin;
149+
}
150+
/**
151+
* @return string
152+
*/
153+
public function getOrigin()
154+
{
155+
return $this->origin;
156+
}
139157
/**
140158
* @param string
141159
*/

0 commit comments

Comments
 (0)