Class DeleteAccountRequest
Request message for the DeleteAccount method.
Implements
Namespace: Google.Shopping.Merchant.Accounts.V1Beta
Assembly: Google.Shopping.Merchant.Accounts.V1Beta.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 |