Show / Hide Table of Contents

Class RejectAccountServiceRequest

Request to reject an account service.

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

Constructors

RejectAccountServiceRequest()

Declaration
public RejectAccountServiceRequest()

RejectAccountServiceRequest(RejectAccountServiceRequest)

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

Properties

AccountServiceName

AccountServiceName-typed view over the Name resource name property.

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

Name

Required. The resource name of the account service to reject. Format: accounts/{account}/services/{service}

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