Show / Hide Table of Contents

Class User

A user.

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

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