Show / Hide Table of Contents

Class User

The User message represents a user associated with a Merchant Center account. It is used to manage user permissions and access rights within the account. For more information, see Frequently asked questions about people and access levels.

Inheritance
object
User
Implements
IMessage<User>
IEquatable<User>
IDeepCloneable<User>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Shopping.Merchant.Accounts.V1
Assembly: Google.Shopping.Merchant.Accounts.V1.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

Required. 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

UserName-typed view over the Name resource name property.

Declaration
public UserName UserName { get; set; }
Property Value
Type Description
UserName
In this article
Back to top Generated by DocFX