Reference documentation and code samples for the Google Shopping Merchant Accounts V1 Client class AddUser.
Instruction for adding a user to the account during creation.
Generated from protobuf message google.shopping.merchant.accounts.v1.CreateAndConfigureAccountRequest.AddUser
Namespace
Google \ Shopping \ Merchant \ Accounts \ V1 \ CreateAndConfigureAccountRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ user_id |
string
Required. The email address of the user (for example, |
↳ user |
Google\Shopping\Merchant\Accounts\V1\User
Optional. Details about the user to be added. At the moment, only access rights may be specified. |
getUserId
Required. The email address of the user (for example,
john.doe@gmail.com
).
Returns | |
---|---|
Type | Description |
string |
setUserId
Required. The email address of the user (for example,
john.doe@gmail.com
).
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getUser
Optional. Details about the user to be added. At the moment, only access rights may be specified.
Returns | |
---|---|
Type | Description |
Google\Shopping\Merchant\Accounts\V1\User|null |
hasUser
clearUser
setUser
Optional. Details about the user to be added. At the moment, only access rights may be specified.
Parameter | |
---|---|
Name | Description |
var |
Google\Shopping\Merchant\Accounts\V1\User
|
Returns | |
---|---|
Type | Description |
$this |