Class CreateAndConfigureAccountRequest.Types.AddUser
Instruction for adding a user to the account during creation.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.dll
Syntax
public sealed class CreateAndConfigureAccountRequest.Types.AddUser : IMessage<CreateAndConfigureAccountRequest.Types.AddUser>, IEquatable<CreateAndConfigureAccountRequest.Types.AddUser>, IDeepCloneable<CreateAndConfigureAccountRequest.Types.AddUser>, IBufferMessage, IMessage
Constructors
AddUser()
Declaration
public AddUser()
AddUser(AddUser)
Declaration
public AddUser(CreateAndConfigureAccountRequest.Types.AddUser other)
Parameters
Type | Name | Description |
---|---|---|
CreateAndConfigureAccountRequest.Types.AddUser | other |
Properties
User
Optional. Details about the user to be added. At the moment, only access rights may be specified.
Declaration
public User User { get; set; }
Property Value
Type | Description |
---|---|
User |
UserId
Required. The email address of the user (for example,
john.doe@gmail.com
).
Declaration
public string UserId { get; set; }
Property Value
Type | Description |
---|---|
string |