Show / Hide Table of Contents

Class DeleteUserRequest

Request message for the DeleteUser method.

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

Constructors

DeleteUserRequest()

Declaration
public DeleteUserRequest()

DeleteUserRequest(DeleteUserRequest)

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

Properties

Name

Required. The name of the user to delete. Format: accounts/{account}/users/{email}

It is also possible to delete the user corresponding to the caller by using me rather than an email address as in accounts/{account}/users/me.

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

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