Show / Hide Table of Contents

Class LinkGbpAccountResponse

Response message for the LinkGbpAccount method.

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

Constructors

LinkGbpAccountResponse()

Declaration
public LinkGbpAccountResponse()

LinkGbpAccountResponse(LinkGbpAccountResponse)

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

Properties

Response

Empty response.

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