Class User
A user.
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.dll
Syntax
public sealed class User : IMessage<User>, IEquatable<User>, IDeepCloneable<User>, IBufferMessage, IMessage
Constructors
User()
Declaration
public User()
User(User)
Declaration
public User(User other)
Parameters
| Type | Name | Description |
|---|---|---|
| User | other |
Properties
AccessRights
Optional. The access rights the user has.
Declaration
public RepeatedField<AccessRight> AccessRights { get; }
Property Value
| Type | Description |
|---|---|
| RepeatedField<AccessRight> |
Name
Identifier. The resource name of the user.
Format: accounts/{account}/user/{email}
Use me to refer to your own email address, for example
accounts/{account}/users/me.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
State
Output only. The state of the user.
Declaration
public User.Types.State State { get; set; }
Property Value
| Type | Description |
|---|---|
| User.Types.State |
UserName
Declaration
public UserName UserName { get; set; }
Property Value
| Type | Description |
|---|---|
| UserName |