Show / Hide Table of Contents

Class CreateUserRequest

Request message for the CreateUser method.

Inheritance
object
CreateUserRequest
Implements
IMessage<CreateUserRequest>
IEquatable<CreateUserRequest>
IDeepCloneable<CreateUserRequest>
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 CreateUserRequest : IMessage<CreateUserRequest>, IEquatable<CreateUserRequest>, IDeepCloneable<CreateUserRequest>, IBufferMessage, IMessage

Constructors

CreateUserRequest()

Declaration
public CreateUserRequest()

CreateUserRequest(CreateUserRequest)

Declaration
public CreateUserRequest(CreateUserRequest other)
Parameters
Type Name Description
CreateUserRequest other

Properties

Parent

Required. The resource name of the account for which a user will be created. Format: accounts/{account}

Declaration
public string Parent { get; set; }
Property Value
Type Description
string

ParentAsAccountName

AccountName-typed view over the Parent resource name property.

Declaration
public AccountName ParentAsAccountName { get; set; }
Property Value
Type Description
AccountName

User

Optional. The user to create.

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
In this article
Back to top Generated by DocFX