Show / Hide Table of Contents

Class GetAccountForGcpRegistrationResponse

Response message for the GetAccountForGcpRegistration method.

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

Constructors

GetAccountForGcpRegistrationResponse()

Declaration
public GetAccountForGcpRegistrationResponse()

GetAccountForGcpRegistrationResponse(GetAccountForGcpRegistrationResponse)

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

Properties

Name

The name of the merchant account id that the GCP is registered with.

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