Show / Hide Table of Contents

Class DeleteAccountRequest

Request message for the DeleteAccount method.

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

Constructors

DeleteAccountRequest()

Declaration
public DeleteAccountRequest()

DeleteAccountRequest(DeleteAccountRequest)

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

Properties

AccountName

AccountName-typed view over the Name resource name property.

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

Force

Optional. If set to true, the account is deleted even if it provides services to other accounts or has processed offers.

Declaration
public bool Force { get; set; }
Property Value
Type Description
bool

Name

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

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