Skip to content

Commit e9b3969

Browse files
1 parent 9744e0c commit e9b3969

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

src/Directory/DirectoryUsersCreateGuestRequest.php

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,35 @@
1919

2020
class DirectoryUsersCreateGuestRequest extends \Google\Model
2121
{
22+
/**
23+
* Optional. Immutable ID of the Google Workspace account.
24+
*
25+
* @var string
26+
*/
27+
public $customer;
2228
/**
2329
* Immutable. External email of the guest user being created.
2430
*
2531
* @var string
2632
*/
2733
public $primaryGuestEmail;
2834

35+
/**
36+
* Optional. Immutable ID of the Google Workspace account.
37+
*
38+
* @param string $customer
39+
*/
40+
public function setCustomer($customer)
41+
{
42+
$this->customer = $customer;
43+
}
44+
/**
45+
* @return string
46+
*/
47+
public function getCustomer()
48+
{
49+
return $this->customer;
50+
}
2951
/**
3052
* Immutable. External email of the guest user being created.
3153
*

0 commit comments

Comments
 (0)