Show / Hide Table of Contents

Class ApproveAccountServiceRequest

Request to approve an account service.

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

Constructors

ApproveAccountServiceRequest()

Declaration
public ApproveAccountServiceRequest()

ApproveAccountServiceRequest(ApproveAccountServiceRequest)

Declaration
public ApproveAccountServiceRequest(ApproveAccountServiceRequest other)
Parameters
Type Name Description
ApproveAccountServiceRequest 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 approve. 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